From 12d6b873cd4c5eb8c4fd298885e0c7fa6deb3756 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 2 Sep 2021 08:57:59 +0200 Subject: Improve e2e workflow and add doc --- client/e2e/wdio.main.conf.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/e2e/wdio.main.conf.ts') diff --git a/client/e2e/wdio.main.conf.ts b/client/e2e/wdio.main.conf.ts index e2ef99967..7f4c7f7ee 100644 --- a/client/e2e/wdio.main.conf.ts +++ b/client/e2e/wdio.main.conf.ts @@ -52,7 +52,7 @@ export const config = { // // If you only want to run your tests until a specific amount of tests have failed use // bail (default is 0 - don't bail, run all tests). - bail: 1, + bail: 0, // // Set a base URL in order to shorten url command calls. If your `url` parameter starts // with `/`, the base url gets prepended, not including the path portion of your baseUrl. @@ -79,7 +79,7 @@ export const config = { framework: 'mocha', // // The number of times to retry the entire specfile when it fails as a whole - // specFileRetries: 1, + specFileRetries: 2, // // Delay in seconds between the spec file retry attempts // specFileRetriesDelay: 0, -- cgit v1.2.3