Closed jackparmer closed 1 year ago
Broadly speaking, we're using Applitools visual testing with cypress for unit tests and Reflect.run for E2E tests
https://flowjoy.slack.com/archives/C03KH05RZLK/p1684288515083299
@mehedihasansabbir220 please use this Applitools + cypress test that @itsjoeoui created as a reference: https://github.com/flojoy-io/studio/blob/main/cypress/e2e/01_main_page.cy.ts
The please update the cypress tests here that have been commented out by turning them into visual tests with cypress+Applitools: https://github.com/flojoy-io/studio/tree/main/cypress/e2e
Finally, please starting adding new visual tests with cypress+Applitools to this folder: https://github.com/flojoy-io/studio/tree/main/cypress/e2e You can use some of the suggestions for new tests in this issue as a starting point.
Unit tests
e2e / regression tests