Skip to content

Commit

Permalink
Merge pull request #336 from webdriverio-community/sm/e2e-retries
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler authored Dec 12, 2023
2 parents c4cee46 + c8e410c commit e3ec501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions example-cjs/wdio.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ exports.config = {
logLevel: 'debug',
runner: 'local',
outputDir: 'wdio-logs',
specFileRetries: 4,
specs: ['./e2e/*.spec.ts'],
autoCompileOpts: {
autoCompile: true,
Expand Down
1 change: 1 addition & 0 deletions example/wdio.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const config: Options.Testrunner = {
logLevel: 'debug',
runner: 'local',
outputDir: 'wdio-logs',
specFileRetries: 4,
specs: ['./e2e/*.spec.ts'],
autoCompileOpts: {
autoCompile: true,
Expand Down

0 comments on commit e3ec501

Please sign in to comment.