diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-14 17:17:01 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-14 17:17:01 +0100 |
commit | 3cf68b869decf07ff7435fe1436d4f3134df1bf4 (patch) | |
tree | 836efe5ddc626fef3ba4c96269efbca305f46256 /support/doc/development | |
parent | a6f919e455f2c6ae8f2194da4aa66824a6bfd09e (diff) | |
download | PeerTube-3cf68b869decf07ff7435fe1436d4f3134df1bf4.tar.gz PeerTube-3cf68b869decf07ff7435fe1436d4f3134df1bf4.tar.zst PeerTube-3cf68b869decf07ff7435fe1436d4f3134df1bf4.zip |
Ability for admins to set default upload values
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 |