04872522d6
* add fixture for markets query * stub graphql requests * re-add assertion for tx hash, stub command/sync requests * refactor to get tests to run with trading page mocked queries * add test wallet credentials * split up markets page from trading page * add portfolio page feature, add market page scenarios * move hasOperationName helper to support/index * fix home-page.feature * fix missing feature step * Minor changes to BDD steps * Use in object syntax to get better type safety on hasOperationName helper function * remove bypass placing orders env var and usage in tests * use UI_Trading_Test wallet publick key in command/sync mock * move public key to cypress env * replace fixtures with generator functions * colocate query generators with queries * add custom commands, add index files * fix dodgy merge, remove duplicate market page feature * make tsconfig for cypress lib match * update tsconfig for explorer e2e so commands using merge work * revert trading step to js Co-authored-by: Joe <joe@vega.xyz>
22 lines
737 B
JSON
22 lines
737 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": {
|
|
"vegaPublicKey": "47836c253520d2661bf5bed6339c0de08fd02cf5d4db0efee3b4373f20c7d278",
|
|
"tsConfig": "tsconfig.json",
|
|
"TAGS": "not @todo and not @ignore and not @manual"
|
|
}
|
|
}
|