diff --git a/README.md b/README.md index a241ff830b3e97ea93e3d04c419a11b9a453ce4c..f7dc29d9c9d6986afcb4f6313b3e8727763932cf 100644 --- a/README.md +++ b/README.md @@ -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