Skip to content

Add Playwright CRUD tests for all admin modules#455

Open
wilmveel wants to merge 1 commit intomainfrom
feature/playwright-crud-tests
Open

Add Playwright CRUD tests for all admin modules#455
wilmveel wants to merge 1 commit intomainfrom
feature/playwright-crud-tests

Conversation

@wilmveel
Copy link
Copy Markdown
Contributor

@wilmveel wilmveel commented Mar 2, 2026

Summary

  • Add new Playwright test specs for client, contract, event, leaveday, project, and sickday CRUD operations
  • Refactor existing assignment and person tests for better isolation using unique timestamps
  • Enable parallel test execution with increased workers and 60s timeout
  • Add CI=true env var to docker-compose and clean additional database directory in Makefile

Test plan

  • Run make verify to execute all Playwright tests in Docker
  • Verify all new test specs pass (client, contract, event, leaveday, project, sickday)
  • Verify existing assignment and person tests still pass with refactored isolation
  • Confirm parallel execution works without test interference

🤖 Generated with Claude Code

Expand end-to-end test coverage with new Playwright specs for client,
contract, event, leaveday, project, and sickday modules. Refactors
existing assignment and person tests for better isolation using unique
timestamps. Enables parallel test execution and increases timeout.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant