Skip to content

Commit 81bb06b

Browse files
test
1 parent f4d9d39 commit 81bb06b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ steps:
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"
@@ -30,7 +31,4 @@ steps:
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'

browserstack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)