feat: Introduced cypress tests in erpnext

This commit is contained in:
Nabin Hait
2021-04-15 11:30:55 +05:30
committed by Ankush
parent 81522ec521
commit 74b8c99bc2
8 changed files with 412 additions and 0 deletions

11
cypress.json Normal file
View File

@@ -0,0 +1,11 @@
{
"baseUrl": "http://test-develop:8001/",
"projectId": "92odwv",
"adminPassword": "admin",
"defaultCommandTimeout": 20000,
"pageLoadTimeout": 15000,
"retries": {
"runMode": 2,
"openMode": 2
}
}