Skip to content

Commit ade4f46

Browse files
committed
update: source version bump and add localIdentifier
1 parent b8c0594 commit ade4f46

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

conf/local-test.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const localConfig = {
55
services: [
66
[
77
'browserstack',
8-
{ browserstackLocal: true, buildIdentifier: '#${BUILD_NUMBER}', opts: { forcelocal: false } },
8+
{ browserstackLocal: true, buildIdentifier: '#${BUILD_NUMBER}', opts: { forcelocal: false, localIdentifier: 'webdriverio-browserstack' } },
99
],
1010
],
1111
capabilities: [
@@ -14,7 +14,7 @@ const localConfig = {
1414
browserVersion: 'latest',
1515
'bstack:options': {
1616
buildName: 'browserstack build',
17-
source: 'webdriverio:sample-master:v1.1'
17+
source: 'webdriverio:sample-master:v1.2'
1818
}
1919
},
2020
],

conf/test.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const parallelConfig = {
55
commonCapabilities: {
66
'bstack:options': {
77
buildName: 'browserstack build',
8-
source: 'webdriverio:sample-master:v1.1'
8+
source: 'webdriverio:sample-master:v1.2'
99
}
1010
},
1111
services: [

0 commit comments

Comments
 (0)