]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/e2e/wdio.main.conf.ts
Fix signup e2e test
[github/Chocobozzz/PeerTube.git] / client / e2e / wdio.main.conf.ts
index 29afdbdc0c4b856ea14fc84d54a1de9c3bdd7ffd..0a10ee9ca998dadb71f506e08c8fc0d2a53c5698 100644 (file)
@@ -98,7 +98,8 @@ export const config = {
   // See the full list at http://mochajs.org/
   mochaOpts: {
     ui: 'bdd',
-    timeout: 60000
+    timeout: 60000,
+    bail: true
   },
 
   autoCompileOpts: {