cypress-io / cypress-skip-test

Simple commands to skip a test based on platform, browser or a url
MIT License
180 stars 10 forks source link

Feature: Passing a function & async function to skipOn/onlyOn #161

Open MCFreddie777 opened 3 years ago

MCFreddie777 commented 3 years ago

Currently, only boolean value can be passed to skipOn/onlyOn. What about passing function which returns boolean and async function as well?

JenyaJilenko commented 3 years ago

It seems this feature was not released due to failed tests. Could you re-run circleCi job? @MCFreddie777