From 3cf68b869decf07ff7435fe1436d4f3134df1bf4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 14 Dec 2021 17:17:01 +0100 Subject: Ability for admins to set default upload values --- support/doc/development/tests.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'support/doc/development/tests.md') 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 ### Add E2E tests -To add E2E tests and quickly run tests using a local Chrome, first create a test instance: - -```bash -$ npm run clean:server:test && NODE_APP_INSTANCE=1 NODE_ENV=test npm start -``` - -Then, just run your suite using: +To add E2E tests and quickly run tests using a local Chrome: ```bash $ cd client/e2e -- cgit v1.2.3