TEST007infoPro

missing-e2e-tests

Web projects should have Playwright E2E tests to catch console errors and broken pages.

Applies to: JSON

Why this matters

Web applications can have silent failures - JavaScript errors, broken API calls, and rendering issues that don't cause obvious crashes. Without E2E tests that check for console errors, these bugs ship to production unnoticed. Playwright tests can load your pages and verify no errors occur, catching issues before users do.

Catch it before it ships

pip install stablestack # or: npx stablestackstablestack # scans your project, TEST007 includedstablestack explain TEST007

TEST007 is part of the Pro rule set. See pricing — the free tier ships 24 checks with no signup.

False positive in your codebase? Suppress a single line with # noqa: TEST007