File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/databricks-vscode/src/test/e2e Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ] ,
You can’t perform that action at this time.
0 commit comments