0

I have the following folder architecture:

enter image description here

I'm using Typescript and would like to run all *.cy.ts files except the ones in "Other tests" folder.

All tests within "Other tests" are skipped, but I would like to prevent 'cypress run' to display them, even if skipped.

I've tried using the exclude object in 'tsconfig.json' as:

    "exclude": [
        "*/Other tests/**.cy.ts",
        "*/Other tests/*.ts",
      ]

But it's not working. My tests in are still displayed on the terminal as skipped. Can anyone help me here?

Thanks for your help

NicolasM
  • 77
  • 6

0 Answers0