brotherton-erpnext/cypress.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
213 B
JSON
Raw Normal View History

{
2021-06-04 11:11:32 +00:00
"baseUrl": "http://test_site:8000/",
2021-06-29 15:35:43 +00:00
"projectId": "da59y9",
"adminPassword": "admin",
"defaultCommandTimeout": 20000,
"pageLoadTimeout": 15000,
"retries": {
"runMode": 2,
"openMode": 2
}
}