Created
May 16, 2021 22:31
-
-
Save pooria-h/9748da936d5317f0ef3159d4f1533886 to your computer and use it in GitHub Desktop.
This file contains 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": { | |
"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