handsome-cartoon-58565
02/10/2022, 4:05 PMhandsome-cartoon-58565
02/10/2022, 4:05 PM.ts files from being consumed by Cypress runner? I tried using --spec "cypress/integration/*.spec.js" CLI argument, but - from what i can see - it doesn't prevent Cypress from grabbing other *.spec.* files (like .ts ones).handsome-cartoon-58565
02/10/2022, 4:08 PMignoreTestFiles option is helpful in such case?
https://docs.cypress.io/guides/references/configuration#Folders-Files
> A String or Array of glob patterns used to ignore test files that would otherwise be shown in your list of tests. Cypress uses minimatch with the options: {dot: true, matchBase: true}. We suggest using https://globster.xyz to test what files would match.handsome-cartoon-58565
02/10/2022, 4:18 PMhandsome-cartoon-58565
02/10/2022, 4:18 PMpath argument is required to res.sendFilehandsome-cartoon-58565
02/10/2022, 4:18 PM.spec.ts files are consumed despite i excluded them via ignoreTestFiles option