Playwright (JS/TS)
Integrating Playwright JavaScript/TypeScript based tests
Installation
npm install @cloudbeat/playwrightreporter: process.env.CB_AGENT ? '@cloudbeat/playwright' : 'html' use: {
trace: "on-first-retry",
video: "on-first-retry",
screenshot: "only-on-failure",
headless: process.env.CB_AGENT ? true : false
},Creating a Playwright project in Cloudbeat

Connect your test project to CloudBeat
Git synchronization
Uploading manually


Configuring Environments

Running your tests




Running multiple tests






Last updated