Skip to content

Commit

Permalink
chore: update local test conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankit098 authored and francisf committed Mar 15, 2022
1 parent b16fa79 commit 2488c0f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions conf/local-test.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ const localConfig = {
// Adding browserstackLocal to browserstack-service to initiate local binary
services: [['@browserstack/wdio-browserstack-service', { browserstackLocal: true, forcelocal: false }]],
capabilities: [{
browserName: 'Chrome',
"bstack:options": {
buildName: 'browserstack-build-1',
}
browserName: 'chrome',
build: 'browserstack-build-1'
}],
specs: ['./tests/specs/local_test.js']
};
Expand Down

0 comments on commit 2488c0f

Please sign in to comment.