Skip to content

Commit a2e5ebf

Browse files
Re-enable spec level retries (#319)
1 parent ca96b47 commit a2e5ebf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/databricks-vscode/src/test/e2e/wdio.conf.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,13 @@ export const config: Options.Testrunner = {
177177
framework: "mocha",
178178
//
179179
// The number of times to retry the entire specfile when it fails as a whole
180-
// specFileRetries: 1,
180+
specFileRetries: 1,
181181
//
182182
// Delay in seconds between the spec file retry attempts
183-
// specFileRetriesDelay: 0,
183+
specFileRetriesDelay: 0,
184184
//
185185
// Whether or not retried specfiles should be retried immediately or deferred to the end of the queue
186-
// specFileRetriesDeferred: false,
186+
specFileRetriesDeferred: true,
187187
//
188188
// Test reporter for stdout.
189189
// The only one supported by default is 'dot'
@@ -193,7 +193,7 @@ export const config: Options.Testrunner = {
193193
[
194194
video,
195195
{
196-
saveAllVideos: true,
196+
saveAllVideos: false, //only saves videos for failed tests
197197
videoSlowdownMultiplier: 2,
198198
},
199199
],

0 commit comments

Comments
 (0)