stale-optician-85950
07/18/2022, 12:56 PMyarn cypress run --browser chrome 'video'=false,'baseUrl'='http://localhost:3000',ignoreTestFiles='**/site-monitoring/*.int.test.ts'",
, does the new excludeSpecPattern
(replacing ignoreTestFiles) need to specify e2e
now? Something like e2e/excludeSpecPattern='**/site-monitoring/*.int.test.ts'",
? The documentation doesn’t seem to show this.