Skip to content

Instantly share code, notes, and snippets.

@andiwi
Last active April 21, 2022 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andiwi/09345fe4a6e0079ab55915c995e3586e to your computer and use it in GitHub Desktop.
Save andiwi/09345fe4a6e0079ab55915c995e3586e to your computer and use it in GitHub Desktop.
synpress package.json example
{
"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