Hi, Since I moved to cypress 10, I notice that cyp...
# cy10-feedback
r
Hi, Since I moved to cypress 10, I notice that cypress no longer takes into account my directory names. I named them like : /e2e/01-onboarding/*.cy.ts /e2e/02-timeline/*.cy.ts /e2e/03-Forms/*.cy.ts ...etc Before Cypress 10 when I do "run" command : 1. it was run it that order > Now it takes into account the depth of the spec file 2. Full named was written in ouput like : a. when running test Running: 02-timeline/blocking-info-message.spec.ts (11 of 36) b. on final recap : │ ✔ 01-onboarding/uc-home.spec.ts 00:09 4 4 - - - │ ├───────────────────────────────────────────────────| │ ✔ 02-timeline/blocking-info-message.spec.ts 00:04 2 2 - - - │ Cypress 10 only write spec file name : Running: blocking-info-message.spec.ts (11 of 36) How can I have both behavior back ? Have a good day 🙂