test: implement end-to-end test suite with playwright for critical user flows (#3187)#3211
test: implement end-to-end test suite with playwright for critical user flows (#3187)#3211knoxiboy wants to merge 5 commits into
Conversation
GSSoC Label Checklist 🏷️@Priyanshu-byte-coder — please apply the appropriate labels before merging: Difficulty (pick one):
Quality (optional):
Validation (required to score):
|
|
Thanks for the substantial effort here, but this is out of scope for DevTrack. DevTrack is a GitHub-activity analytics dashboard (contribution/streak/PR insights), not a project-management tool — and this PR is part of a ~12k-line Kanban/task-management system (boards, stages, tasks, dependencies, task notifications, activity feed) that adds a whole new product surface ( |
Summary
This PR sets up and implements Playwright End-to-End (E2E) tests covering the critical user flows for our newly implemented Kanban board workspace.
Closes #3187
Type of Change
What Changed
e2e/kanban.spec.ts: Created Playwright E2E tests simulating:How to Test
Run the following command to execute the test suite:
Expected result: The E2E tests compile cleanly and verify landing, board loading, and toggle functionalities successfully.
Checklist
console.log, debug code, or commented-out blocksnpm run lintpasses locally (Eslint setup failed locally on native dependency issue)npm run type-check)