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
It seems that you are unable to filter scenarios using the tags unless all steps have definitions.
As a background, I'm trying to have all feature files inside a single folder and having the capability to run either UI or Integration test whichever suits the scenario best. I'm using webdriverio for UI and jest-cucumber for integration.
With this error, I'm unable to run my jest-cucumber tests without running into step definition problems. Webdriverio supports this on the other hand.
The text was updated successfully, but these errors were encountered:
I actually use it this way in my own project. I have Jest Cucumber tests running only scenarios tagged as @ui, and SpecFlow running scenarios with C# step definitions tagged with @api. This works as expected for me in my project using the latest version of this package. This issue is over a month old, so perhaps you got it working by now, or moved onto something else, but it would help if you could post steps to reproduce if you're still having problems.
This is what my global Jest Cucumber configuration looks like:
It seems that you are unable to filter scenarios using the tags unless all steps have definitions.
As a background, I'm trying to have all feature files inside a single folder and having the capability to run either UI or Integration test whichever suits the scenario best. I'm using webdriverio for UI and jest-cucumber for integration.
With this error, I'm unable to run my jest-cucumber tests without running into step definition problems. Webdriverio supports this on the other hand.
The text was updated successfully, but these errors were encountered: