7b4437f407
* regenerate based on new API client * lint * run projects on different ports
20 lines
593 B
JSON
20 lines
593 B
JSON
{
|
|
"baseUrl": "http://localhost:3000",
|
|
"projectId": "et4snf",
|
|
"fileServerFolder": ".",
|
|
"fixturesFolder": false,
|
|
"pluginsFile": "./src/plugins/index.js",
|
|
"testFiles": "*.{ts,feature,features}",
|
|
"ignoreTestFiles": "**/*.js",
|
|
"integrationFolder": "./src/integration",
|
|
"modifyObstructiveCode": false,
|
|
"supportFile": "./src/support/index.ts",
|
|
"video": true,
|
|
"videosFolder": "../../dist/cypress/apps/explorer-e2e/videos",
|
|
"screenshotsFolder": "../../dist/cypress/apps/explorer-e2e/screenshots",
|
|
"chromeWebSecurity": false,
|
|
"env": {
|
|
"tsConfig": "tsconfig.json"
|
|
}
|
|
}
|