Reputation: 1
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
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