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
Without testing there is no way to know if anything works.
I'm thinking there could be page tests, component tests and store tests...
I really like how Testing Library does queries by roles, it encourages accessibility, and their API is pretty nice so it's a good source of inspiration
Without testing there is no way to know if anything works.
I'm thinking there could be page tests, component tests and store tests...
I really like how Testing Library does queries by roles, it encourages accessibility, and their API is pretty nice so it's a good source of inspiration
Page tests could look like this:
It would maybe be possible to use Capybara by implemeting a driver. That could save some work.
The text was updated successfully, but these errors were encountered: