You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npx cypress run --env split=true,spec="spec1,spec2,spec3" or npx cypress run --env spec="spec1,spec2,spec3" fails:
The same about npx cypress run --env split=2,splitIndex=0,spec="spec1,spec2,spec3"
It works fine with 1 spec, and I didn't succeed to find a syntax which allows to pass more than one spec.
I've seen there are examples like cypress run --env flags='{"feature-a":true,"feature-b":false}' in documentation, but didn't found examples like mine.
I'm wondering if there is a way to use it as described in ReadMe?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi!
npx cypress run --env split=true,spec="spec1,spec2,spec3"
ornpx cypress run --env spec="spec1,spec2,spec3"
fails:The same about
npx cypress run --env split=2,splitIndex=0,spec="spec1,spec2,spec3"
It works fine with 1 spec, and I didn't succeed to find a syntax which allows to pass more than one spec.
I've seen there are examples like
cypress run --env flags='{"feature-a":true,"feature-b":false}'
in documentation, but didn't found examples like mine.I'm wondering if there is a way to use it as described in ReadMe?
Thank you!
The text was updated successfully, but these errors were encountered: