Skip to content

Merge sdk to main #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jul 5, 2024
Merged
Prev Previous commit
Next Next commit
yml changes
  • Loading branch information
sriishty authored and francisf committed Jun 16, 2023
commit a37a014760f569966cb3fa8ad8c3ff17b5e4598a
4 changes: 2 additions & 2 deletions browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ source: java-playwright-browserstack:sample-sdk:v1.0
# Entire list available here -> (https://www.browserstack.com/list-of-browsers-and-platforms/automate)
platforms:
- os: OS X
osVersion: Big Sur
osVersion: Ventura
browserName: chrome
browserVersion: latest
- os: Windows
osVersion: 10
browserName: playwright-firefox
browserVersion: latest
- os: OS X
osVersion: catalina
osVersion: Monterey
browserName: playwright-webkit
browserVersion: latest

Expand Down