Last active
April 21, 2022 13:18
-
-
Save andiwi/09345fe4a6e0079ab55915c995e3586e to your computer and use it in GitHub Desktop.
synpress package.json example
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
{ | |
"devDependencies": { | |
"@synthetixio/synpress": "^1.1.1", | |
"@testing-library/cypress": "^8.0.2", | |
"cypress": "^9.5.1", | |
"env-cmd": "^10.1.0", | |
"eslint": "^7.32.0", | |
"eslint-plugin-cypress": "^2.12.1", | |
"eslint-plugin-testing-library": "^5.0.6" | |
}, | |
"name": "my-dapp", | |
"version": "1.0.0", | |
"description": "", | |
"scripts": { | |
"test": "env-cmd -f .env npx synpress run -cf synpress.json --config supportFile='support/index.js'", | |
"test:watch": "env-cmd -f .env npx synpress open -cf synpress.json", | |
"lint": "eslint --ext .js,.ts ." | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment