Skip to content

Instantly share code, notes, and snippets.

@pooria-h
Created May 16, 2021 22:31
Show Gist options
  • Save pooria-h/9748da936d5317f0ef3159d4f1533886 to your computer and use it in GitHub Desktop.
Save pooria-h/9748da936d5317f0ef3159d4f1533886 to your computer and use it in GitHub Desktop.
"scripts": {
"test": "cypress_mode=integration cypress run",
"test:selective": "cypress_mode=integration cypress open",
"report:merge": "mochawesome-merge --reportDir tests/results/json/* > tests/results/merged-tests.json",
"report:generate": "marge tests/results/merged-tests.json -o tests/results/html"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment