mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 22:18:27 +00:00
feat: Introduced cypress tests in erpnext
This commit is contained in:
11
cypress.json
Normal file
11
cypress.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"baseUrl": "http://test-develop:8001/",
|
||||
"projectId": "92odwv",
|
||||
"adminPassword": "admin",
|
||||
"defaultCommandTimeout": 20000,
|
||||
"pageLoadTimeout": 15000,
|
||||
"retries": {
|
||||
"runMode": 2,
|
||||
"openMode": 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user