Modern QA2026Principles — tiles
Log inJoin
86 / 168 · 01 Agent Skills for Browser Automation · CI/CD Integration for AI-Driven Browser Tests← prev⊞ allnext →☰ Read as one page

12.1Principles

  1. Headless in CI — no display available; --headed is a local-development flag
  2. Fresh session per test — one named session (-s=name) per test for isolation, closed at the end
  3. Artifacts on failure — screenshots, YAML snapshots, agent logs, and Playwright traces where produced
  4. Deterministic timeouts — no infinite waits
  5. Exit codes matter — CI gates on pass/fail