Skip to content

Commit 2930a48

Browse files
renemadsenclaude
andcommitted
Removing obsolete chromedriver service from wdio configs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3db3a64 commit 2930a48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eform-client/wdio-headless-plugin-step2.conf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export const config: Options.Testrunner = {
136136
// Services take over a specific job you don't want to take care of. They enhance
137137
// your test setup with almost no effort. Unlike plugins, they don't add new
138138
// commands. Instead, they hook themselves up into the test process.
139-
services: ['chromedriver'],
139+
services: [],
140140
//chromeDriverArgs: ['--whitelisted-ips', '--port=9515', '--url-base=\'/\''], // default for ChromeDriver
141141
//chromeDriverLogs: './',
142142
//

eform-client/wdio-plugin-step2.conf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export const config: Options.Testrunner = {
126126
// Services take over a specific job you don't want to take care of. They enhance
127127
// your test setup with almost no effort. Unlike plugins, they don't add new
128128
// commands. Instead, they hook themselves up into the test process.
129-
services: ['selenium-standalone', 'chromedriver'],
129+
services: ['selenium-standalone'],
130130
//
131131
// Framework you want to run your specs with.
132132
// The following are supported: Mocha, Jasmine, and Cucumber

0 commit comments

Comments
 (0)