Playwright Studio by AIQEAcademy
Record, save and run Playwright tests directly in Chrome — no downloads needed.
As of June 2026, Playwright Studio by AIQEAcademy has 30 users and a 5.00/5 rating from 1 reviews in the Developer Tools category.
Usersno change0%
30
30
Ratingno change0%
5.00
1 reviews
Reviewsno change0%
1
Version
2.4.3
Manifest V3
90-day change · In the last 90 days this extension 2 version updates.
History
10 snapshotsTracking since Apr 7, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 7, 2026 | — | — | — | 2.3.0 |
| Apr 19, 2026 | — | — | — | 2.3.0 |
| Apr 24, 2026 | 6 | — | — | 2.4.1 |
| May 1, 2026 | 7 | — | — | 2.4.1 |
| May 8, 2026 | 8 | — | — | 2.4.1 |
| May 12, 2026 | 14 | — | — | 2.4.1 |
| May 18, 2026 | 14 | — | — | 2.4.3 |
| May 24, 2026 | 14 | 5.00 | 1 | 2.4.3 |
| May 31, 2026 | 21 | 5.00 | 1 | 2.4.3 |
| Jun 6, 2026 | 29 | 5.00 | 1 | 2.4.3 |
| Now | 30 | 5.00 | 1 | 2.4.3 |
Changelog
- May 12, 2026short_description
Record, save and run Playwright tests directly in Chrome — no downloads needed. From AIQEAcademy.com
Record, save and run Playwright tests directly in Chrome — no downloads needed.
- Apr 19, 2026short_description
Record, save and run Playwright tests directly in Chrome — no downloads needed. From AIQEAcademy.com — AIQualityEngineering Academy.
Record, save and run Playwright tests directly in Chrome — no downloads needed. From AIQEAcademy.com
Permissions & access
- Permissions
- activeTabscriptingcookiesstoragetabswebNavigationwindows
- Host access
- <all_urls>
Screenshots
About
🎭 Playwright Studio by AIQEAcademy The only Chrome extension that lets you record, save, and run Playwright browser tests directly inside Chrome — with zero setup, zero downloads, and zero terminal commands needed. Built by AIQEAcademy (aiqeacademy.onrender.com) — the AI Quality Engineering Academy. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ⏺ RECORD — Automatic Test Capture ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Click "Start Recording" and interact with any website. Every click, keystroke, form fill, dropdown selection, and navigation is captured automatically and converted into production-ready Playwright test code using the exact same locator strategies Playwright recommends: - getByTestId() for data-testid attributes - getByRole() for semantic ARIA roles - getByLabel() for form labels - getByPlaceholder() for input placeholders - getByText() for visible text - Smart CSS fallbacks Non-interactive elements (divs, spans, containers) are automatically skipped. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ✅ ASSERT — 30+ Playwright Assertions ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Build assertions visually without writing code. The Assertion Builder lets you: - Auto-detect URL, title, H1, form presence from the current page - Choose from 30+ Playwright expect() assertions grouped by category: - Visibility: toBeVisible(), toBeHidden(), toBeAttached(), toBeInViewport() - State: toBeEnabled(), toBeChecked(), toBeEditable(), toBeFocused() - Text: toHaveText(), toContainText(), toHaveInnerText() - Values: toHaveValue(), toHaveValues() for multi-select - Attributes: toHaveAttribute(), toHaveCSS(), toHaveRole(), toHaveAccessibleName() - Count: toHaveCount(), count >= N - Visual: toHaveScreenshot() - Add selected assertions directly to any saved test with one click ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ▶ RUN — Tests Execute Right in Chrome ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ No Node.js. No terminal. No Playwright installation required. Click ▶ Run Test and watch: - A new Chrome tab opens and navigates to your app - Each element is highlighted with a green glow before being acted on - Text is typed character-by-character so you can see it happen - A live terminal panel shows every step as it executes - Pass ✅ or Fail ❌ reported in real time Speed controls: Slow / Normal / Fast Self-healing: When locators break after UI changes, the runner automatically tries 8 fallback strategies (role+name, placeholder, aria-label, data attributes, text, etc.) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📚 TEST LIBRARY — Manage Your Suite ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Every saved test appears as a card with: - ▶ Run — execute immediately - ✏️ Edit — full inline editor: rename, add/delete/reorder actions, live code preview - ↩ Load — reload into Recorder for re-recording - 💾 Download — get a .spec.ts file to use with Playwright CLI - Pass/Fail badge from the last run ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🌐 NETWORK MOCK STUDIO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Record XHR and Fetch requests while you browse, then generate instant page.route() mock code. Switch scenarios: Success, Error 500, Timeout, or Abort. Export all mocks as a .spec.ts in one click. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🔐 AUTH STATE EXPORTER ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Log into your app, click Capture, download a Playwright storageState.json. Reuse it in all your tests to skip login every time. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ⚙️ CONFIG GENERATOR ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Auto-detects base URL, viewport, locale and timezone from the current page. Configure browsers, timeouts, reporters, and trace settings. Generates a complete playwright.config.ts. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🔒 PRIVACY — 100% LOCAL ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ - Zero data collection — nothing leaves your browser - No analytics, no tracking, no third-party services - All tests stored locally in chrome.storage.local - Uninstall removes everything ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 👨💻 PERFECT FOR ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ - QA Engineers learning Playwright - SDETs who want faster test authoring - Developers writing smoke tests without a test framework setup - Teams adopting test automation for the first time From AIQEAcademy — training the next generation of AI Quality Engineers. 🔗 aiqeacademy.onrender.com
Technical
- Version
- 2.4.3
- Manifest
- V3
- Size
- 108KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- No
Metadata
- ID
- eodfkbagoeghobkkfpcfpacnnpgidhhd
- Developer ID
- u45fe44e14237923c0aa07a147e9544af
- Developer Email
- [email protected]
- Created
- Apr 6, 2026
- Last Updated (Store)
- May 9, 2026
- Last Scraped
- Jun 6, 2026
- Website
- —
- Support URL
- —
- Privacy Policy
- https://aiqeacademy.onrender.com/privacy-policy
Data sourced from the Chrome Web Store · last verified Jun 6, 2026.