File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 2222 ls -al
2323 printenv
2424 npm i
25+ npm uninstall browserstack-node-sdk
2526 npm i "$(downloadSecureFileStep.secureFilePath)"
2627 npx browserstack-node-sdk --version
2728 echo "RUNNING TEST"
3031 env :
3132 BROWSERSTACK_USERNAME : $(BROWSERSTACK_USERNAME)
3233 BROWSERSTACK_ACCESS_KEY : ${BROWSERSTACK_ACCESS_KEY}
33- BROWSERSTACK_PROJECT_NAME : $(BROWSERSTACK_PROJECT_NAME)
34- BROWSERSTACK_BUILD_NAME : ${BROWSERSTACK_BUILD_NAME}
35- BUILD_NUMBER : ${BUILD_NUMBER}
3634 displayName : ' Run a multi-line script'
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ accessKey: YOUR_ACCESS_KEY
1111# ======================
1212# The following capabilities are used to set up reporting on BrowserStack:
1313# Set 'projectName' to the name of your project. Example, Marketing Website
14- projectName : BrowserStack Samples
14+ projectName : az-pw-test
1515# Set `buildName` as the name of the job / testsuite being run
16- buildName : browserstack build
16+ buildName : az-pw-test
1717# `buildIdentifier` is a unique id to differentiate every execution that gets appended to
1818# buildName. Choose your buildIdentifier format from the available expressions:
1919# ${BUILD_NUMBER} (Default): Generates an incremental counter with every execution
You can’t perform that action at this time.
0 commit comments