We want to know how we're going to run our developer based cypress tests. Are we going to use Component level testing, or are we stuck with Browser based testing. And how do we add Screenshot testing to that mix
Acceptance Criteria:
Component Testing or Browser Based Testing?
How to integrate Snapshot testing. It looks like there are plugins for Cypress to take and compare screenshots (here)
Info
We want to know how we're going to run our developer based cypress tests. Are we going to use Component level testing, or are we stuck with Browser based testing. And how do we add Screenshot testing to that mix
Acceptance Criteria: