nx/nx-dev/nx-dev-e2e/cypress.json
James Henry 03c378cb35
chore(nxdev): enable e2e testing for nx-dev (#10088)
* chore(nxdev): enable e2e testing for nx-dev

* chore(nxdev): remove vercel github workflow, run on circle

* chore(repo): try and fix cypress on circle

* chore(repo): try and fix cypress on circle

* chore(repo): update node dep cache key to include package.json
2022-05-05 12:54:32 -04:00

13 lines
396 B
JSON

{
"fileServerFolder": ".",
"fixturesFolder": "./src/fixtures",
"integrationFolder": "./src/integration",
"modifyObstructiveCode": false,
"supportFile": "./src/support/index.ts",
"pluginsFile": false,
"video": true,
"videosFolder": "../../dist/cypress/apps/nx-dev-e2e/videos",
"screenshotsFolder": "../../dist/cypress/apps/nx-dev-e2e/screenshots",
"chromeWebSecurity": false
}