Created
July 30, 2023 19:10
-
-
Save imartinflores/8406e1d150e797e638503b47481cb589 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
const capabilities = { | |
browserName: "Chrome", // Browsers allowed: `Chrome`, `MicrosoftEdge`, `pw-chromium`, `pw-firefox` and `pw-webkit` | |
browserVersion: "latest", | |
"LT:Options": { | |
platform: "Windows 10", | |
build: "Playwright Build", | |
name: "Playwright Test", | |
user: "your-user", | |
accessKey: "your-key", | |
}, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment