Cypress - Basics and Setup
You placed your test files inside
cypress/support instead of cypress/e2e. What issue will you face?cypress/support instead of cypress/e2e. What issue will you face?support folder is for helper code, not test files.e2e folder by default, so tests in support won't run.support -> Option Ae2e, not support [OK]e2e folder won't run [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions