: Testing authenticated flows requires manually repeating login steps for every test recording. For complex auth (SSO, 2FA), this wastes significant time.
: Click "Save Auth State" to capture browser state (cookies + localStorage). Click "Load Auth State" before recording to instantly restore authentication. Works with any auth scheme.
: - Network recording: Auto-capture HTTP requests, generate page.route() mocks - ARIA selectors: Generate getByRole() instead of CSS selectors - Mobile emulation: Test responsive designs with device presets
Chrome extension that records browser interactions and generates Playwright test code in JavaScript, TypeScript, Python, Java, or C#.
All processing happens locally. MIT licensed. Zero dependencies.