Skip to content

Instantly share code, notes, and snippets.

@imartinflores
Created July 30, 2023 19:10
Show Gist options
  • Save imartinflores/8406e1d150e797e638503b47481cb589 to your computer and use it in GitHub Desktop.
Save imartinflores/8406e1d150e797e638503b47481cb589 to your computer and use it in GitHub Desktop.
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