diff options
author | Chocobozzz <me@florianbigard.com> | 2022-10-28 11:19:54 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-10-28 15:22:40 +0200 |
commit | 814e9e07ba65446af8446dbbd2f0d70c85fd1b33 (patch) | |
tree | 9c1f130d4a773208c5bdf33ec942be060e3c3ad2 /client/e2e/wdio.main.conf.ts | |
parent | 672e185bf3004b46552c227483ffd2802ebf6844 (diff) | |
download | PeerTube-814e9e07ba65446af8446dbbd2f0d70c85fd1b33.tar.gz PeerTube-814e9e07ba65446af8446dbbd2f0d70c85fd1b33.tar.zst PeerTube-814e9e07ba65446af8446dbbd2f0d70c85fd1b33.zip |
Improve E2E tests
Add tests for private video static endpoints
Fix tests for local firefox
Diffstat (limited to 'client/e2e/wdio.main.conf.ts')
-rw-r--r-- | client/e2e/wdio.main.conf.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/e2e/wdio.main.conf.ts b/client/e2e/wdio.main.conf.ts index 29afdbdc0..0a10ee9ca 100644 --- a/client/e2e/wdio.main.conf.ts +++ b/client/e2e/wdio.main.conf.ts | |||
@@ -98,7 +98,8 @@ export const config = { | |||
98 | // See the full list at http://mochajs.org/ | 98 | // See the full list at http://mochajs.org/ |
99 | mochaOpts: { | 99 | mochaOpts: { |
100 | ui: 'bdd', | 100 | ui: 'bdd', |
101 | timeout: 60000 | 101 | timeout: 60000, |
102 | bail: true | ||
102 | }, | 103 | }, |
103 | 104 | ||
104 | autoCompileOpts: { | 105 | autoCompileOpts: { |