tests - document and enable debug mode for integration tests

This commit is contained in:
Benjamin Pasero
2020-02-11 17:18:43 +01:00
parent e399df944e
commit b7a29c77ef
2 changed files with 5 additions and 3 deletions

View File

@@ -14,6 +14,8 @@ All integration tests run in an Electron instance. You can specify to run the te
## Run (inside browser)
resources/server/test/test-web-integration.[sh|bat] --browser [chromium|webkit]
resources/server/test/test-web-integration.[sh|bat] --browser [chromium|webkit] [--debug]
All integration tests run in a browser instance as specified by the command line arguments.
Add the `--debug` flag to see a browser window with the tests running.