diff options
Diffstat (limited to 'support/doc/development')
-rw-r--r-- | support/doc/development/tests.md | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/support/doc/development/tests.md b/support/doc/development/tests.md index d36cf8544..02fc41147 100644 --- a/support/doc/development/tests.md +++ b/support/doc/development/tests.md | |||
@@ -88,13 +88,7 @@ $ BROWSERSTACK_USER=your_user BROWSERSTACK_KEY=your_key npm run e2e:browserstack | |||
88 | 88 | ||
89 | ### Add E2E tests | 89 | ### Add E2E tests |
90 | 90 | ||
91 | To add E2E tests and quickly run tests using a local Chrome, first create a test instance: | 91 | To add E2E tests and quickly run tests using a local Chrome: |
92 | |||
93 | ```bash | ||
94 | $ npm run clean:server:test && NODE_APP_INSTANCE=1 NODE_ENV=test npm start | ||
95 | ``` | ||
96 | |||
97 | Then, just run your suite using: | ||
98 | 92 | ||
99 | ```bash | 93 | ```bash |
100 | $ cd client/e2e | 94 | $ cd client/e2e |