Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continuous testing #14

Open
hairmare opened this issue Jan 25, 2025 · 0 comments
Open

Continuous testing #14

hairmare opened this issue Jan 25, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@hairmare
Copy link
Member

Implementing some unit-testing will help merging community contributions and updates to external packages by giving us more safety that a change doesn't introduce any unknown side-effects.

There are two areas of testing in that we could consider:

  1. Unit test with Jest
  2. End2End testing with Playwright

E2E testing could be be done using screen-snapshots, enabling visual diffs on a change.

@hairmare hairmare added the enhancement New feature or request label Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant