fix: enforce headless browser automation + update README for wizard #2

Merged
jason.woltje merged 1 commits from fix/headless-playwright-guardrail into main 2026-02-21 18:56:25 +00:00
Owner

Summary

  • Add non-negotiable guardrail: browser automation (Playwright, Cypress, Puppeteer) MUST run headless to prevent collision with user display
  • Add detailed Browser Automation section to QA-TESTING.md with per-tool config guidance
  • Update README.md to document the TypeScript wizard, --non-interactive mode, and wizard development workflow

Test plan

  • Guardrail added to STANDARDS.md Non-Negotiables
  • QA-TESTING.md Browser Automation section with Playwright/Cypress/Puppeteer guidance
  • README.md updated with wizard documentation
## Summary - Add non-negotiable guardrail: browser automation (Playwright, Cypress, Puppeteer) MUST run headless to prevent collision with user display - Add detailed Browser Automation section to QA-TESTING.md with per-tool config guidance - Update README.md to document the TypeScript wizard, --non-interactive mode, and wizard development workflow ## Test plan - [x] Guardrail added to STANDARDS.md Non-Negotiables - [x] QA-TESTING.md Browser Automation section with Playwright/Cypress/Puppeteer guidance - [x] README.md updated with wizard documentation
jason.woltje added 1 commit 2026-02-21 18:56:18 +00:00
- STANDARDS.md: add non-negotiable rule that Playwright/Cypress/Puppeteer
  must always run headless to prevent display collision with the user
- QA-TESTING.md: add Browser Automation section with per-tool headless
  configuration guidance
- README.md: update to reflect the TypeScript wizard (mosaic init modes,
  --non-interactive flags, wizard development section, dist/ in tree)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jason.woltje merged commit a9ce355c85 into main 2026-02-21 18:56:25 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaic/bootstrap#2