diff options
author | Chocobozzz <me@florianbigard.com> | 2021-09-02 08:57:59 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-09-02 09:07:42 +0200 |
commit | 12d6b873cd4c5eb8c4fd298885e0c7fa6deb3756 (patch) | |
tree | 1abc21b305242e1d5bacefc99c2352b34396a5ab /client/e2e/wdio.main.conf.ts | |
parent | 6527eb0ccf823b5eac547c90066d3bd693094b2c (diff) | |
download | PeerTube-12d6b873cd4c5eb8c4fd298885e0c7fa6deb3756.tar.gz PeerTube-12d6b873cd4c5eb8c4fd298885e0c7fa6deb3756.tar.zst PeerTube-12d6b873cd4c5eb8c4fd298885e0c7fa6deb3756.zip |
Improve e2e workflow and add doc
Diffstat (limited to 'client/e2e/wdio.main.conf.ts')
-rw-r--r-- | client/e2e/wdio.main.conf.ts | 4 |
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, |