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
{{ message }}
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
There seems to be a finite list of values that can be passed in to skipOn and onlyOn (eg. 'localhost', 'mac', etc.) which don't seem to be documented anywhere. I also see in the docs that you can use the CYPRESS_ENVIRONMENT value too. I'm looking to be able to use a custom value/expression from my cypress.json file. Eg.
{
"env": {
"includedTests": "platform"
}
}
Is there a way to do something like this:
skipOn(Cypress.env.includedTests === 'platform')
The text was updated successfully, but these errors were encountered:
There seems to be a finite list of values that can be passed in to
skipOn
andonlyOn
(eg. 'localhost', 'mac', etc.) which don't seem to be documented anywhere. I also see in the docs that you can use theCYPRESS_ENVIRONMENT
value too. I'm looking to be able to use a custom value/expression from my cypress.json file. Eg.Is there a way to do something like this:
The text was updated successfully, but these errors were encountered: