You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
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.
Fork the repo
git clone --recursive
cd
npm install
start a webserver with document root at
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.
The text was updated successfully, but these errors were encountered:
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!
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.
Fork the repo
git clone --recursive
cd
npm install
start a webserver with document root at
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.
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.
I basically get some 404's for missing a mocha test file and then get some javascript errors about missing methods.
The text was updated successfully, but these errors were encountered: