This commit is contained in:
2022-12-27 18:55:47 +00:00
parent 4ef5a0ffe1
commit 7d0a00cb19
168 changed files with 70186 additions and 0 deletions

9
cypress.json Normal file
View File

@@ -0,0 +1,9 @@
{
"pluginsFile": "tests/e2e/plugins/index.js",
"baseUrl": "http://localhost:7676",
"defaultCommandTimeout":10000,
"env": {
"adminusername": "john",
"adminpassword": "abraxis"
}
}