9941c9bfaa
* fix: deposits tests, also convert to basic cypress * add new home tests which test redirect to trading page and markets page * chore: replace portfolio page feature with raw cypress * chore: replace market page feature with raw cypress tests * chore: replace home page tests with global.ts for wallet connections * chore: add raw cypress withdrawals tests with mocks * fix: complete withdrawals prompt and add assertion for it * chore: remove unnecessary cypress envs now that we are mocking assets * chore: ignore lint errors temporarily * chore: add mock for deposit page query, add wait for mocked queries to resolve * fix: order of waiting for withdraw page query * fix: validate vega wallet connection * chore: remove rest of page objects and convert trading page feature to regular cypress * fix: assertion on transaction dialog after withdrawal * chore: split withdraw and withdrawals pages into separate files * chore: split trading tests into own files, connect wallet once for deal ticket * feat: convert home page tests to raw cypress
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
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",
|
|
"defaultCommandTimeout": 10000,
|
|
|
|
"env": {
|
|
"TRADING_TEST_VEGA_WALLET_NAME": "UI_Trading_Test",
|
|
"ETHEREUM_PROVIDER_URL": "https://ropsten.infura.io/v3/4f846e79e13f44d1b51bbd7ed9edefb8",
|
|
"ETHEREUM_CHAIN_ID": 3,
|
|
"VEGA_PUBLIC_KEY": "47836c253520d2661bf5bed6339c0de08fd02cf5d4db0efee3b4373f20c7d278",
|
|
"VEGA_PUBLIC_KEY2": "1a18cdcaaa4f44a57b35a4e9b77e0701c17a476f2b407620f8c17371740cf2e4",
|
|
"TRUNCATED_VEGA_PUBLIC_KEY": "47836c…c7d278",
|
|
"TRUNCATED_VEGA_PUBLIC_KEY2": "1a18cd…0cf2e4",
|
|
"ETHEREUM_WALLET_ADDRESS": "0x265Cc6d39a1B53d0d92068443009eE7410807158",
|
|
"ETHERSCAN_URL": "https://ropsten.etherscan.io",
|
|
"tsConfig": "tsconfig.json",
|
|
"TAGS": "not @todo and not @ignore and not @manual"
|
|
}
|
|
}
|