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
Similar to how in Ruby Cucumber you can use -t to define tags when running tests,
if would be great if this plugin allowed overriding the tags when running it, e.g.
@radarsh I tried your solution and the build fails saying "Cannot invoke method split() on null object" As far as I understood it is supposed to be like that. Any idea how to get through the build?
@Ravinderkaur04 if you don't pass any system property called tags, that code won't work. You can use this null-safe variation to make sure it works regardless of the system property being present or not:
Similar to how in Ruby Cucumber you can use -t to define tags when running tests,
if would be great if this plugin allowed overriding the tags when running it, e.g.
That would allow to use it without having to change the cucumber.tags config in build.gradle all the time
The text was updated successfully, but these errors were encountered: