From c917fbb435ac18e9e7871c9bd7c8161cc71e412e Mon Sep 17 00:00:00 2001
From: xgui3783 <xgui3783@gmail.com>
Date: Mon, 26 Oct 2020 16:54:48 +0100
Subject: [PATCH] [skip ci] update readme env var

---
 README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a241ff830..f7dc29d9c 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
-- 
GitLab