01Provides a standardized Playwright template including dynamic data mocking and automated login logic
02Mandates use of semantic HTML, data-testid, and getByRole for robust element selection
03Implements strict reliability rules using networkidle and specific timeouts to prevent race conditions
040 GitHub stars
05Enforces self-contained test files by requiring inlined helpers and fixtures to ensure runner independence
06Requires real-time selector verification using evaluation tools before generating assertions