You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Playwright e2e tests and update CI workflow
- Introduced a new job in the CI workflow for running Playwright end-to-end tests.
- Added Playwright as a dependency in package.json and package-lock.json.
- Created Playwright configuration file for test setup.
- Implemented multiple e2e tests covering existing repo entry, landing page interactions, repo scan functionality, stack navigation, and summary generation.
- Enhanced various components with data-testid attributes for better test targeting.
- Updated existing components to improve accessibility and maintainability.
0 commit comments