2022-02-15 14:12:27 +00:00
|
|
|
{
|
2022-03-17 09:09:48 +00:00
|
|
|
"baseUrl": "http://localhost:3000",
|
2022-03-08 18:06:54 +00:00
|
|
|
"projectId": "et4snf",
|
2022-02-15 14:12:27 +00:00
|
|
|
"fileServerFolder": ".",
|
2022-03-02 12:02:31 +00:00
|
|
|
"fixturesFolder": false,
|
|
|
|
"pluginsFile": "./src/plugins/index.js",
|
|
|
|
"testFiles": "*.{ts,feature,features}",
|
|
|
|
"ignoreTestFiles": "**/*.js",
|
2022-02-15 14:12:27 +00:00
|
|
|
"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",
|
2022-03-02 12:02:31 +00:00
|
|
|
"chromeWebSecurity": false,
|
|
|
|
"env": {
|
|
|
|
"tsConfig": "tsconfig.json"
|
|
|
|
}
|
2022-02-15 14:12:27 +00:00
|
|
|
}
|