* 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
13 lines
396 B
JSON
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
|
|
}
|