-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests not running locally #149
Comments
I was able to reproduce your problem when installing the dependencies using npm The line Simply removing the offending module I've opened thiagodemellobueno/metalsmith-packagejson#4 hoping the issue can be resolved properly. Otherwise we could simply rewrite that simply plugin ourselves, considering we already have a few in this repo.
Travis runs the tests in 13 browser instances taking about 20 minutes per travis job. Tests are run in the open source tier of BrowserStack, which while free is limited to a certain amount of VM time. We ran 11 travis jobs yesterday, which is about 80% of the BrowserStack allowance we have. This doesn't scale well. Running the tests locally in Chrome takes about 45 seconds on my machine. Obviously this doesn't run all the code (as there is a quite some code only running in Firefox or Safari or IE), but it gives a pretty good first impression. |
Oh I see - didn't know about the VM time limitations.. |
Commands:
node --version npm --version npm i npm run init npm run clean npm run build npm run test
Output:
The text was updated successfully, but these errors were encountered: