Skip to content

Commit 4189b41

Browse files
committed
chore: update service name in conf file
1 parent 754b2ff commit 4189b41

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

conf/base.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exports.config = {
1414
connectionRetryTimeout: 90000,
1515
connectionRetryCount: 3,
1616
hostname: 'hub.browserstack.com',
17-
services: [['@wdio/browserstack-service']],
17+
services: [['browserstack']],
1818

1919
before: function () {
2020
var chai = require('chai');

conf/local-test.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const localConfig = {
44
// Adding browserstackLocal to browserstack-service to initiate local binary
55
services: [
66
[
7-
'@wdio/browserstack-service',
7+
'browserstack',
88
{ browserstackLocal: true, opts: { forcelocal: false } },
99
],
1010
],

0 commit comments

Comments
 (0)