Tool
Playwright
Cross-browser E2E testing framework (Chromium, Firefox, WebKit) with auto-waiting, a trace viewer and built-in mobile emulation and API testing.
Key points
- ▸Native auto-waiting: locators wait for elements to be actionable before interacting, reducing flakiness.
- ▸Trace viewer captures DOM, network and per-step screenshots; critical for post-mortem debug of CI failures.
- ▸Test isolation via browser contexts: each test runs with clean cookies and storage without restarting the browser.
Seed content from the CV; pending manual review or Trilium ingestion.