-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
5,465 additions
and
512 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,5 @@ cucumber-report | |
**/.features-gen/**/*.spec.js | ||
|
||
.nx | ||
/update.sh | ||
/log | ||
/browserstack.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.