Skip to content

perf: run E2E Playwright projects in parallel #9

@hartym

Description

@hartym

Summary

E2E tests run with workers: 1 and fullyParallel: false in playwright.config.ts. With 14 projects on independent ports (dev: 8000-8600, prod: 9000-9600), cross-project parallelism should be safe.

Current behavior

120 tests run serially in ~3.2 minutes.

Proposed solution

Set workers: 2 or higher and fullyParallel: true in playwright.config.ts. Each project already has its own server port, so there should be no resource contention.

Context

Found during comprehensive review (finding #34).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions