Skip to content

Playwright E2E test harness with scaffolded auth flow + per-resource happy paths #55

@MUKE-coder

Description

@MUKE-coder

Problem

E2E tests are crucial but painful to set up. Most teams ship without them, then a regression breaks billing in production. "Write E2E tests" lives at the bottom of every backlog because the setup cost is high.

Proposal

`grit init` produces a working E2E test suite:

`grit generate resource` adds a corresponding `.e2e.spec.ts` file.

Why this is differentiating

Grit apps shipped with E2E coverage from line one are categorically more reliable than apps where E2E is bolted on later. Reliability is a sales argument.

Acceptance

  • A fresh `grit init` repo runs `pnpm test:e2e` green out of the box
  • Adding a new resource adds new passing E2E tests automatically
  • CI runs the full suite in <5 min

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions