You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: