We need robust automated testing to catch regressions before they hit production. Set up Playwright in the repository and write End to End tests for the 3 most critical user flows: User Login, Navigating a Roadmap, and Updating Profile Settings. Integrate this into a GitHub Actions workflow so it runs on every PR.
We need robust automated testing to catch regressions before they hit production. Set up Playwright in the repository and write End to End tests for the 3 most critical user flows: User Login, Navigating a Roadmap, and Updating Profile Settings. Integrate this into a GitHub Actions workflow so it runs on every PR.