forked from GoodDollar/GoodDAPP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcypress.json
31 lines (31 loc) · 1.74 KB
/
cypress.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
{
"chromeWebSecurity": false,
"userAgent": "Mozilla/5.0 (X11; Linux x86_64; Cypress) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36",
"defaultCommandTimeout": 60000,
"env": {
"baseUrl": "https://gooddev.netlify.app/",
"mainAccountEmail": "[email protected]",
"mainAccountUsername": "Automation Test",
"mainAccountPhone": "+380978846123",
"mainWalletAddress": "0xB765F8cC5285DF827bbDF3878B43FA8aD923c1c7",
"mainAccountMnemonics": "scrub canoe swamp three legal cliff wash chief music sight collect denial",
"wordsForUnsuccessfullLogin": {
"withChangedWord": "dance muscle defy idle asset pipe future empower bind text define radar",
"withNumbers": "1scrub canoe swamp three legal cliff wash chief music sight collect denial",
"withSymbols": "@scrub canoe swamp three legal cliff wash chief music sight collect denial",
"withChangedLetter": "kcrub canoe swamp three legal cliff wash chief music sight collect denial",
"withChangedOrder": "canoe scrub swamp three legal cliff wash chief music sight collect denial",
"withCapitalize": "Scrub canoe swamp three legal cliff wash chief music sight collect denial"
},
"additionalAccountEmail": "[email protected]",
"additionalAccountUsername": "Automation Test",
"additionalAccountPhone": "+380978846123",
"additionalAccountMnemonics": "scrub canoe swamp three legal cliff wash chief music sight collect denial",
"emailForCheckingRegistration": "[email protected]",
"usernameForRegistration": "Name Surname",
"numberForCheckingRegistration": "+380673001757",
"numberForTorus": "+380991234567",
"REACT_APP_SERVER_URL": "https://good-server.herokuapp.com"
},
"projectId": "mm5rgt"
}