Skip to content

Instantly share code, notes, and snippets.

@barayuda
Created December 20, 2020 08:54
Show Gist options
  • Save barayuda/f21a8f01d69cefa4021db5a345282d91 to your computer and use it in GitHub Desktop.
Save barayuda/f21a8f01d69cefa4021db5a345282d91 to your computer and use it in GitHub Desktop.
E2E Testing
{
...,
"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