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

Change Testing to use Cypress Component Testing #171

Open
mattfwood opened this issue Dec 3, 2020 · 0 comments · Fixed by #172
Open

Change Testing to use Cypress Component Testing #171

mattfwood opened this issue Dec 3, 2020 · 0 comments · Fixed by #172
Labels
enhancement New feature or request

Comments

@mattfwood
Copy link
Contributor

mattfwood commented Dec 3, 2020

Currently we're using Jest to run our tests, but for something like a component library it would be much more powerful / useful / accurate to use something like Cypress Component Testing.

This will likely be a big rework but it can be done gradually by component.

It would also enable us to use powerful features like Cypress snapshots, which could enable visual image diffing for components to make sure we don't accidentally change the appearance of components.

@mattfwood mattfwood added the enhancement New feature or request label Dec 3, 2020
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

Successfully merging a pull request may close this issue.

1 participant