Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 621 Bytes

File metadata and controls

18 lines (12 loc) · 621 Bytes

Contributing

Please follow these basic guidelines:

  1. Test manually with npm run dev.
  2. Run the test suites.
  3. Follow the existing code style.

Visual regression tests

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:

  1. npm test -- --update-visual-baseline to create local baseline images.
  2. npm test to run the tests against these local baseline images after making changes (npm test -- --watch for watch mode).