Hi, in v10 what is the CLI format for e2e config k...
# cy10-feedback
s
Hi, in v10 what is the CLI format for e2e config key value pairs? Previously I used this
Copy code
yarn 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.
2 Views