Projects with this topic
-
Autonomous hh.ru job-application agent built on the Mastra agent framework. Playwright attaches to an already-running Chrome over CDP, then the agent discovers and scores vacancies against profile.yaml, writes a Russian cover letter, submits, and delivers CV plus a follow-up message in chat. SQLite enforces one application per company; SUBMIT_ENABLED=false gives a full dry run.
Updated -
A financial Tracking app Built on Next.js, firebase and netlify with Playwright for test automation
Updated -
MCP-native browser automation server — 62 composite tools, 153 CLI subcommands, zero config. Give AI agents full browser control via the Model Context Protocol. Navigate, interact, extract text/HTML/screenshots, debug network, manage sessions, visual diffing, React inspection, auth vault, HAR recording. Works with Claude, Copilot, VS Code, Cursor. Built on Playwright/Chromium. The most comprehensive browser MCP server available.
Updated -
End-to-end QA Engineer portfolio: manual testing & Jira, SQL validation, API testing (Postman/Newman), UI automation (Cypress, Playwright, Selenium/Java), accessibility (axe-core), and performance (k6) — all CI-gated.
Updated -
Testy integracyjne e2e w playwright
Updated -
AI-augmented E2E automation framework — Playwright + TypeScript + POM. Tests generated from Jira stories via Kiro AI MCP integrations. Covers UI & API testing, structured logging, GitLab CI/CD pipeline, and secrets management. Built to showcase SDET skills.
Updated -
Lab project for learning how to use Playwright for end-to-end testing.
Updated -
Legacy project (2023-2024) Stuff to take
UpdatedUpdated -
Automated functionality tests for restful-booker demo site.
GitHub: https://github.com/AestheticCapybara/RBP-Playwright-Tests
Updated -
CRUD using react 18 with react-hook-form, zod, tanstack-table, tanstack-query, shadcn/ui, typescript, playwright and json-server.
Updated -
-
Online store 'Suncase' specializing in the sale of sunglasses.
Updated -
React client for workouts API
Updated -
-
Demo project for playwright automation workshop
Updated -
Parmi les points forts de Playwright :
Rapide
Robuste
Facile
Rapide: Playwright est sensiblement plus rapide que les autres solutions de test end-to-end concurrentes. Robuste: Playwright s’occupe de tout ça automatiquement avec l’auto-wait. Avant de procéder à une action, le framework de test va s’assurer que les critères sont satisfaits. Par exemple, avant de cliquer sur un élément, il doit être : présent, visible, stable, ayant un listener pour le click, activé. Facile: Les tests sont également faciles à débugger. Il est possible de dérouler les tests en pas à pas soit via phpstorm, vscode(pas utilisé) Le trace viewer de Playwright permet d’avoir des traces précises avec historique des commandes Playwright, console du navigateur, traces réseau et snapshot du DOM.
Updated -
Workshop de Introdução ao Playwright com Typescript.
Updated