Skip to content

Commit

Permalink
Fix browserstack build names
Browse files Browse the repository at this point in the history
  • Loading branch information
rwood-moz committed Jan 2, 2025
1 parent 266d24b commit a3ef1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildName: Build
# ${BUILD_NUMBER} (Default): Generates an incremental counter with every execution
# ${DATE_TIME}: Generates a Timestamp with every execution. Eg. 05-Nov-19:30
# Read more about buildIdentifiers here -> https://www.browserstack.com/docs/automate/selenium/organize-tests
buildIdentifier: '#${BUILD_NUMBER}' # Supports strings along with either/both ${expression}
buildIdentifier: '${DATE_TIME}'

# =======================================
# Platforms (Browsers / Devices to test)
Expand Down

0 comments on commit a3ef1ac

Please sign in to comment.