Skip to content

Instantly share code, notes, and snippets.

@maxhoheiser
Last active March 17, 2022 16:02
Show Gist options
  • Save maxhoheiser/5291943c83e7408175c9183e84f99998 to your computer and use it in GitHub Desktop.
Save maxhoheiser/5291943c83e7408175c9183e84f99998 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",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-testing-library": "^5.0.6"
},
"name": "my-dApp",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "npx synpress run -cf synpress.json --config supportFile='support/index.js'",
"start": "npx synpress open -cf synpress.json --config supportFile='support/index.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment