Skip to content

Commit 2488c0f

Browse files
Ankit098francisf
authored andcommitted
chore: update local test conf
1 parent b16fa79 commit 2488c0f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

conf/local-test.conf.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ const localConfig = {
44
// Adding browserstackLocal to browserstack-service to initiate local binary
55
services: [['@browserstack/wdio-browserstack-service', { browserstackLocal: true, forcelocal: false }]],
66
capabilities: [{
7-
browserName: 'Chrome',
8-
"bstack:options": {
9-
buildName: 'browserstack-build-1',
10-
}
7+
browserName: 'chrome',
8+
build: 'browserstack-build-1'
119
}],
1210
specs: ['./tests/specs/local_test.js']
1311
};

0 commit comments

Comments
 (0)