Created
December 20, 2020 08:54
-
-
Save barayuda/f21a8f01d69cefa4021db5a345282d91 to your computer and use it in GitHub Desktop.
E2E Testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
..., | |
"scripts": { | |
... | |
"dev:test": "cross-env NODE_ENV=test npm run dev", | |
"test": "npm run clean && macaca run --f_options '--opts test/mocha.opts' -d ./test --verbose", | |
"clean": "rm -rf coverage reports", | |
}, | |
..., | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment