This commit is contained in:
Benjamin Pasero 2020-02-26 11:39:05 +01:00
parent b9809ceca8
commit ebcd432491
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@ All integration tests run in an Electron instance. You can specify to run the te
## Run (inside browser) ## Run (inside browser)
yarn gulp mixin-server
resources/server/test/test-web-integration.[sh|bat] --browser [chromium|webkit] [--debug] 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. All integration tests run in a browser instance as specified by the command line arguments.

View file

@ -13,6 +13,7 @@ yarn --cwd test/automation
yarn smoketest yarn smoketest
# Dev (Web) # Dev (Web)
yarn gulp mixin-server
yarn smoketest --web --browser [chromium|firefox|webkit] yarn smoketest --web --browser [chromium|firefox|webkit]
# Build (Electron) # Build (Electron)