Skip to content

Commit

Permalink
Tweaks to environment variables doc
Browse files Browse the repository at this point in the history
  • Loading branch information
flaurida committed Mar 9, 2020
1 parent dd49af2 commit 177b7a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docs/api/environment_variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ await browser.click({ css: "[my-attribute='search']" });

**Default:** `chromium`

Which browser to run your tests or scripts on. Allowed values are `chromium`, `firefox`, and `webkit`. Passing a browser flag in the [`test` CLI command](cli#npx-qawolf-test-name) will set this variable for you.
Which browser to run your tests or scripts on. Allowed values are `chromium`, `firefox`, and `webkit`. Setting `QAW_BROWSER` is equivalent to using a browser flag with the [`test` CLI command](cli#npx-qawolf-test-name).

To run on all browsers (Chromium, Firefox, and WebKit), use the `--all-browsers` flag with the [`test` CLI command](cli#npx-qawolf-test-name).

## QAW_HEADLESS

Expand Down

0 comments on commit 177b7a1

Please sign in to comment.