ac2348ad7e
* Remove assertions for placing order in active market * Add guards * Uncomment step
22 lines
681 B
JSON
22 lines
681 B
JSON
{
|
|
"baseUrl": "http://localhost:4200",
|
|
"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/trading-e2e/videos",
|
|
"screenshotsFolder": "../../dist/cypress/apps/trading-e2e/screenshots",
|
|
"chromeWebSecurity": false,
|
|
"projectId": "et4snf",
|
|
"env": {
|
|
"bypassPlacingOrders": true,
|
|
"tsConfig": "tsconfig.json",
|
|
"TAGS": "not @todo and not @ignore and not @manual"
|
|
}
|
|
}
|