Skip to content

Commit

Permalink
setup browserstack
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Jan 23, 2025
1 parent 8c2bba3 commit 9f6eecf
Show file tree
Hide file tree
Showing 5 changed files with 5,465 additions and 512 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ cucumber-report
**/.features-gen/**/*.spec.js

.nx
/update.sh
/log
/browserstack.yml
29 changes: 29 additions & 0 deletions browserstack.example.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
userName: YOUR_USERNAME
accessKey: YOUR_ACCESS_KEY

projectName: playwright-bdd sample
buildName: my-build-name
# `buildIdentifier` is a unique id to differentiate every execution that gets appended to
# buildName. Choose your buildIdentifier format from the available expressions:
# ${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}
platforms:
- os: Windows
osVersion: 11
browserName: chrome
browserVersion: latest
playwrightConfigOptions:
name: chromium
- os: OS X
osVersion: Ventura
browserName: playwright-webkit
browserVersion: latest
playwrightConfigOptions:
name: osx
# - deviceName: Samsung Galaxy S23 Ultra
# browserName: chrome
# osVersion: 13.0
# playwrightConfigOptions:
# name: samsung
Loading

0 comments on commit 9f6eecf

Please sign in to comment.