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
1414projectName : BrowserStack Samples
1515# Set `buildName` as the name of the job / testsuite being run
1616buildName : 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:
1919# ${BUILD_NUMBER} (Default): Generates an incremental counter with every execution
2020# ${DATE_TIME}: Generates a Timestamp with every execution. Eg. 05-Nov-19:30
2121# Read more about buildIdentifiers here -> https://www.browserstack.com/docs/automate/selenium/organize-tests
Original file line number Diff line number Diff line change 99 },
1010 "scripts" : {
1111 "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"
1314 },
1415 "devDependencies" : {
1516 "@cucumber/cucumber" : " ^7.3.2" ,
You can’t perform that action at this time.
0 commit comments