Preview — in progress
Playwright
Add the ReleaseQA reporter to your Playwright config to send every run's results and attachments to the dashboard.
playwright.config.ts
import { defineConfig } from '@playwright/test';
export default defineConfig({
reporter: [
['list'],
['@releaseqa/reporter-playwright', {
apiKey: process.env.RELEASEQA_API_KEY,
projectId: 'your-project-id',
}],
],
});We're writing the long-form guide now
The full walkthrough for Playwright is being written and reviewed. In the meantime, the Quick Start and Configuration pages cover the core setup that this guide builds on.
Need this page filled in sooner? Email support@releaseqa.com and we'll prioritise it.