cuddly-kitchen-97815
11/04/2022, 2:09 PMcypress/e2e/smoke-tests and cypress/e2e/UI-tests. Then, I can call each folder of tests when I want to do smoke testing or e2e testing, and it's easily callable in CI due to cypress run and docker run allowing for folder globbing, so a whole folder of files can be grabbed at one time. Hope this helps!