tconey23 / rancidTomatillos

https://rancid-tomatillos-kappa.vercel.app
0 stars 1 forks source link

Feature/testing #32

Closed cOdeBedient closed 5 months ago

cOdeBedient commented 5 months ago

Summary

Questions

ToDo

nicktu12 commented 5 months ago

Less files can actually better in Cypress - combine assertions for related flows into a single ‘it’ block to help Cypress be more performant. Do not break out each piece of functionality into it’s own ‘it’ block - this causes the beforeEach code to run unnecessarily and negatively impacts performance