aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e/wdio.main.conf.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/e2e/wdio.main.conf.ts')
-rw-r--r--client/e2e/wdio.main.conf.ts4
1 files changed, 2 insertions, 2 deletions
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 = {
52 // 52 //
53 // If you only want to run your tests until a specific amount of tests have failed use 53 // If you only want to run your tests until a specific amount of tests have failed use
54 // bail (default is 0 - don't bail, run all tests). 54 // bail (default is 0 - don't bail, run all tests).
55 bail: 1, 55 bail: 0,
56 // 56 //
57 // Set a base URL in order to shorten url command calls. If your `url` parameter starts 57 // Set a base URL in order to shorten url command calls. If your `url` parameter starts
58 // with `/`, the base url gets prepended, not including the path portion of your baseUrl. 58 // with `/`, the base url gets prepended, not including the path portion of your baseUrl.
@@ -79,7 +79,7 @@ export const config = {
79 framework: 'mocha', 79 framework: 'mocha',
80 // 80 //
81 // The number of times to retry the entire specfile when it fails as a whole 81 // The number of times to retry the entire specfile when it fails as a whole
82 // specFileRetries: 1, 82 specFileRetries: 2,
83 // 83 //
84 // Delay in seconds between the spec file retry attempts 84 // Delay in seconds between the spec file retry attempts
85 // specFileRetriesDelay: 0, 85 // specFileRetriesDelay: 0,