I mean I have multiple test that names the same bu...
# help
g
I mean I have multiple test that names the same but in different folders so e.g. if I do
Copy code
js
specPattern: "cypress/e2e/**/hello*.cy.ts",
I have 3 files that names the same but are in diff folders, in the output it still says just the spec name and not the folder name included
4 Views