Skip to content
Snippets Groups Projects
Unverified Commit c917fbb4 authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

[skip ci] update readme env var

parent 3f0e3ab8
No related branches found
No related tags found
No related merge requests found
......@@ -133,6 +133,14 @@ It is recommended to manage your environments with `.env` file.
| `WAXHOLM_RAT_GOOGLE_SHEET_ID` |
| `SKIP_RETRY_TEST` | retry tests contains some timeouts, which may slow down tests |
##### e2e test environments
| name | description | default | example |
| --- | --- | --- | --- |
| PROTRACTOR_SPECS | specs relative to `./e2e/` | `./src/**/*.prod.e2e-spec.js` | |
| DISABLE_CHROME_HEADLESS | disable headless chrome, spawns chrome window | `unset` (falsy) | 1 |
| ENABLE_GPU | uses GPU. nb, in headless mode, will show requirement not met | `unset` (falsy) | 1 |
#### Start dev server
To run a dev server, run:
......@@ -215,4 +223,4 @@ Commit history prior to v0.2.0 is available in the [legacy-v0.2.0](https://githu
## License
Apache-2.0
\ No newline at end of file
Apache-2.0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment