File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ accessKey: YOUR_ACCESS_KEY
14
14
projectName : BrowserStack Samples
15
15
# Set `buildName` as the name of the job / testsuite being run
16
16
buildName : browserstack build
17
- # `buildIdentifer ` is a unique id to differentiate every execution that gets appended to
18
- # buildName. Choose your buildIdentifier format from the the available expressions:
17
+ # `buildIdentifier ` is a unique id to differentiate every execution that gets appended to
18
+ # buildName. Choose your buildIdentifier format from the available expressions:
19
19
# ${BUILD_NUMBER} (Default): Generates an incremental counter with every execution
20
20
# ${DATE_TIME}: Generates a Timestamp with every execution. Eg. 05-Nov-19:30
21
21
# Read more about buildIdentifiers here -> https://www.browserstack.com/docs/automate/selenium/organize-tests
Original file line number Diff line number Diff line change 9
9
},
10
10
"scripts" : {
11
11
"sample-test" : " browserstack-node-sdk cucumber-js features/single.feature" ,
12
- "sample-local-test" : " browserstack-node-sdk cucumber-js features/local.feature"
12
+ "sample-local-test" : " browserstack-node-sdk cucumber-js features/local.feature" ,
13
+ "postinstall" : " npm update browserstack-node-sdk"
13
14
},
14
15
"devDependencies" : {
15
16
"@cucumber/cucumber" : " ^7.3.2" ,
You can’t perform that action at this time.
0 commit comments