Please follow these basic guidelines:
- Test manually with
npm run dev. - Run the test suites.
- Follow the existing code style.
Since the visual regression baseline images can slightly differ per operating system, the repository only contains baseline images that are used on CI.
For development, first create local baseline images:
npm test -- --update-visual-baselineto create local baseline images.npm testto run the tests against these local baseline images after making changes (npm test -- --watchfor watch mode).