-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathperformanceGlitchUser-config.json
More file actions
31 lines (31 loc) · 1.09 KB
/
performanceGlitchUser-config.json
File metadata and controls
31 lines (31 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"LOGIN_URL": "https://www.saucedemo.com/",
"USERNAME_4": "performance_glitch_user",
"PASSWORD": "secret_sauce",
"INVALID_USERNAME": "arghajit_singha",
"INVALID_PASSWORD": "password_123",
"INVENTORY_URL": "https://www.saucedemo.com/inventory.html",
"CHECKOUT_COMPLETE_URL": "https://www.saucedemo.com/checkout-complete.html",
"CHECKOUT_INFO_URL": "https://www.saucedemo.com/checkout-step-one.html",
"FIRSTNAME": "Arghajit",
"LASTNAME": "Singha",
"POSTAL_CODE": "713347",
"CHECKOUT_OVERVIEW_URL": "https://www.saucedemo.com/checkout-step-two.html",
"video": false,
"chromeWebSecurity": false,
"reporter": "cypress-mochawesome-reporter",
"reporterOptions": {
"reportDir": "cypress/Performance_Glitch_User_Report",
"charts": true,
"reportPageTitle": "Performance_Glitch_User_Report"
},
"viewportHeight": 1080,
"viewportWidth": 1920,
"pageLoadTimeout": 60000,
"requestTimeout": 30000,
"defaultCommandTimeout": 50000,
"testFiles": [
"performance_glitch_user_testcases/login.spec.js",
"performance_glitch_user_testcases/addProductsToCart.spec.js"
]
}