How do I migrate my local Playwright tests to LambdaTest?
Hey Rhian,
For running your local playwright on LambdaTest you need to replace playwright[‘chromium’].launch with
const capabilities = {
'browserName': 'Chrome', // Browsers allowed: `Chrome`, `MicrosoftEdge`, `pw-chromium`, `pw-firefox` and `pw-webkit`
'browserVersion': 'latest',
'LT:Options': {
'platform': 'Windows 10',
'build': 'Playwright Sample Build',
'name': 'Playwright Sample Test',