mosaic
mosaic copied to clipboard
Testing Plan
The Mosaic packages require a more thorough test plan in order to have confidence in the tool.
As part of this issue it would be good to begin the process (ordered by priority)
- Encourage new Pull Requests to have tests with a preference towards e2e tests when this is available
- Create a Playwright test Suite for e2e testing of the mosaic site. This will likely be triggered by a github action so that the e2e tests are integrated in the CI/CD workflow.
- Improve the test coverage for existing code
- Move away from Jest to Vitest as the test framework used. See the Migration Guide