Skip to content

Commit

Permalink
fix(ci): remove deprecated chromedriver service
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Aug 11, 2023
1 parent d42b0aa commit 68942b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/tests-e2e/wdio.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export const config: Options.Testrunner = {
waitforTimeout: 10000,
connectionRetryTimeout: 120000,
connectionRetryCount: 3,
services: ['chromedriver'],
framework: 'jasmine',
reporters: ['spec'],
jasmineOpts: {
Expand Down

0 comments on commit 68942b5

Please sign in to comment.