Does LambdaTest support CodeceptJS?

Do we support CodeceptJS?

Hi Toby,

Yes we do support CodeceptJS both in conjuction with Playwright and Puppeteer.

For Playwright you may use the endpoint - wsEndpoint: wss://cdp.lambdatest.com/playwright?capabilities=${encodeURIComponent(JSON.stringify(capabilities))}

For Puppeteer you may use the endpoint - browserWSEndpoint: wss://cdp.lambdatest.com/puppeteer?capabilities=${encodeURIComponent(JSON.stringify(capabilities))}