This commit is contained in:
2022-12-16 06:08:11 +00:00
parent 8ef3348dfd
commit 8252872e5a
160 changed files with 81168 additions and 0 deletions

9
client/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"
}
}