{ "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": { "environment": "testnet", "tsConfig": "tsconfig.json", "TAGS": "not @todo and not @ignore and not @manual" } }