#389: add e2e tests for invalid refreshToken case. Minor bug fixes

This commit is contained in:
SleepWalker
2018-02-18 20:09:32 +02:00
parent bf2976c009
commit 206627be17
20 changed files with 1371 additions and 14 deletions

4
tests-e2e/cypress.json Normal file
View File

@@ -0,0 +1,4 @@
{
"baseUrl": "http://localhost:8080",
"chromeWebSecurity": false
}