We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9809ce commit ebcd432Copy full SHA for ebcd432
2 files changed
test/integration/browser/README.md
@@ -14,6 +14,7 @@ All integration tests run in an Electron instance. You can specify to run the te
14
15
## Run (inside browser)
16
17
+ yarn gulp mixin-server
18
resources/server/test/test-web-integration.[sh|bat] --browser [chromium|webkit] [--debug]
19
20
All integration tests run in a browser instance as specified by the command line arguments.
test/smoke/README.md
@@ -13,6 +13,7 @@ yarn --cwd test/automation
13
yarn smoketest
# Dev (Web)
+yarn gulp mixin-server
yarn smoketest --web --browser [chromium|firefox|webkit]
# Build (Electron)
0 commit comments