blanc22b
blanc22b

Reputation: 1

How can I integrate Saucelabs with Playwright and Typescript framework?

I'm currently working on a playwright project and trying to implement a Saucelabs automation project for Playwright. I've worked with JAVA+SELENIUM for Saucelabs and also a little bit with JS and Saucelabs.

Wondering what could be an exact syntax build structure for config.ts file where I can define Saucelabs component like we do in JAVA. THX!

Upvotes: 0

Views: 781

Answers (1)

JC .
JC .

Reputation: 91

yes saucelabs support full support to playwright. here is the detail documentation from saucelabs

https://docs.saucelabs.com/web-apps/automated-testing/playwright/

Upvotes: 0

Related Questions