-
Notifications
You must be signed in to change notification settings - Fork 4
/
Cypress.env.json
33 lines (23 loc) · 1.1 KB
/
Cypress.env.json
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
32
33
{
"url": "https://www.automationexercise.com/",
"name": "test0128879123898",
"password": "test012890879123889",
"email" : "[email protected]",
"wrong-password": "test01289087912377",
"wrong-email" : "[email protected]",
"testcasepageurl": "https://www.automationexercise.com/test_cases",
"productpageurl": "https://www.automationexercise.com/products",
"firstproductpageurl": "https://www.automationexercise.com/product_details/1",
"cartpageurl": "https://www.automationexercise.com/view_cart",
"name1": "tes791237845",
"password1": "test0128791237845",
"email1" : "[email protected]",
"polobrandpageurl": "https://www.automationexercise.com/brand_products/Polo",
"hnmbrandpageurl": "https://www.automationexercise.com/brand_products/H&M" ,
"name2": "tes7912378898",
"password2": "test01287912378898",
"email2" : "[email protected]",
"name3": "tes79123788987",
"password3": "test01287912378897",
"email3" : "[email protected]"
}