Setup Playwright for React End-to-End Testing#203
Conversation
|
This pull request has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 30 days if no further activity occurs. To unstale this pull request, add a comment with detailed explanation. There can be many reasons why some specific pull request has no activity. The most probable cause is lack of time, not lack of interest. Microcks is a Cloud Native Computing Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this pull request forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
lbroudoux
left a comment
There was a problem hiding this comment.
Just got 1 question on a possible Sonar Qube integration... Now that we put more emphasis on the Hub tests, it could make sense - if possible - to integrate Playwright and Vitest results into a Sonar Qube project.... What do you think?
Introduce Playwright for end-to-end testing with a demo test suite. Add configuration files and scripts for running tests, including coverage reporting. Update .gitignore to exclude test reports and add a mock environment file. Signed-off-by: Paul PLANCQ <paul.plancq@outlook.fr>
f95f15f to
3d51c36
Compare
Fixed. These were detection issues on the Fossa side. Clear. |
Type of Pull Request:
Associated Issue:
Closes #195
Context:
This PR integrates Playwright into the React codebase to establish a foundation for end-to-end testing. This addresses the need for automated E2E testing capabilities as outlined in issue #195, enabling contributors to write and maintain reliable tests for the React application's critical workflows.
Proposed Changes:
@playwright/test(v1.57.0) as a development dependency for E2E testing framework@msw/playwright(v0.4.2) for mock service worker integration with PlaywrightChecklist:
Additional Information:
This is a foundational dependency update. The next steps will involve:
playwright.config.ts)No breaking changes to Angular or backend code. All changes are scoped to the React application's development dependencies.