My first e2e test and modifications to client to support it

This commit is contained in:
2020-03-31 20:05:27 +00:00
parent 8feb4375f9
commit 2211bf550f
7 changed files with 136 additions and 24 deletions

View File

@@ -1,3 +1,8 @@
{
"pluginsFile": "tests/e2e/plugins/index.js"
}
"pluginsFile": "tests/e2e/plugins/index.js",
"baseUrl": "http://localhost:8080",
"env": {
"adminusername": "manager",
"adminpassword": "l3tm3in"
}
}