Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

can't get tests running #13

Closed
mmmries opened this issue Jul 30, 2013 · 2 comments
Closed

can't get tests running #13

mmmries opened this issue Jul 30, 2013 · 2 comments

Comments

@mmmries
Copy link
Contributor

mmmries commented Jul 30, 2013

Hey Guys -
Sorry if this is a lame question. I don't have much node experience. I forked the repo and tried to run the tests so i could give you a pull request, but I could not get the tests running. Here are my steps to reproduce.

  1. Fork the repo
  2. git clone --recursive
  3. cd
  4. npm install
  5. start a webserver with document root at
  6. open a browser with to localhost:4000/test/runner.html

I basically get some 404's for missing a mocha test file and then get some javascript errors about missing methods.

screen shot 2013-07-29 at 9 46 04 pm

@morethanreal
Copy link

I apologize that this is a bit of a pain right now, but the polymer tests
depend on other supporting repos (CustomElements, HTMLImports, mdv,
ShadowDOM, platform) being cloned next to it. The easiest way might be to
check out polymer-all and switch the polymer repo to your fork. The
webserver root should be the parent directory of the cloned projects.

You also need to "git submodule update --init --recursive" after cloning,
because our test tools are checked in as a submodule. Hope that helps!

On Mon, Jul 29, 2013 at 8:49 PM, Michael [email protected] wrote:

Hey Guys -
Sorry if this is a lame question. I don't have much node experience. I
forked the repo and tried to run the tests so i could give you a pull
request, but I could not get the tests running. Here are my steps to
reproduce.

  1. Fork the repo
  2. git clone --recursive
  3. cd
  4. npm install
  5. start a webserver with document root at
  6. open a browser with to localhost:4000/test/runner.html

I basically get some 404's for missing a mocha test file and then get some
javascript errors about missing methods.

[image: screen shot 2013-07-29 at 9 46 04 pm]https://f.cloud.github.com/assets/80008/876438/fcf6ba2c-f8ca-11e2-9056-5de695fd34cc.png


Reply to this email directly or view it on GitHubhttps://github.com//issues/13
.

@mmmries
Copy link
Contributor Author

mmmries commented Jul 30, 2013

Thanks! I'll give this a try tonight and if I can get it working I'll send in a PR to the CONTRIBUTING.md file.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants