Skip to content

Commit eddbd48

Browse files
committed
fix
2 parents a2217e2 + ca5ea05 commit eddbd48

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

browserstack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ accessKey: YOUR_ACCESS_KEY
1414
projectName: BrowserStack Samples
1515
# Set `buildName` as the name of the job / testsuite being run
1616
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:
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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
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",

0 commit comments

Comments
 (0)