-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcypress.json
More file actions
21 lines (21 loc) · 747 Bytes
/
cypress.json
File metadata and controls
21 lines (21 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"integrationFolder": "cypress/test_specs",
"testFiles": "**/task_create*.*",
"execTimeout": 80000,
"taskTimeout": 60000,
"defaultCommandTimeout": 260000,
"pageLoadTimeout": 260000,
"responseTimeout": 20000,
"video": true,
"videoCompression": 48,
"videoUploadOnPasses": true,
"pluginsFile": "cypress/plugins/index.js",
"env": {
"mock_email": "eCommE2E4@LTDCommodities.com",
"mock_password": "passw0rd1",
"e2e_url_home": "https://stage.lakeside.com/homels",
"e2e_url_myaccount": "https://stage.lakeside.com/my_account/index.jsp?siteId=LS&DPSLogout=true",
"e2e_url_wishlist": "https://stage.lakeside.com/wishlist",
"e2e_url_offline": "service_worker.js"
}
}