Skip to content

Commit 2f18cf7

Browse files
committed
chore: format service object in multiple lines
1 parent ade4f46 commit 2f18cf7

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

conf/local-test.conf.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ const localConfig = {
55
services: [
66
[
77
'browserstack',
8-
{ browserstackLocal: true, buildIdentifier: '#${BUILD_NUMBER}', opts: { forcelocal: false, localIdentifier: 'webdriverio-browserstack' } },
8+
{
9+
browserstackLocal: true,
10+
buildIdentifier: '#${BUILD_NUMBER}',
11+
opts: {
12+
forcelocal: false,
13+
localIdentifier: 'webdriverio-browserstack'
14+
}
15+
},
916
],
1017
],
1118
capabilities: [

0 commit comments

Comments
 (0)