Skip to content

Commit bbb74dd

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

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

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

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

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

eform-client/wdio-headless-plugin-step2b.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-headless-plugin-step2c.conf.ts

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

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

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

0 commit comments

Comments
 (0)