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
@mfellner now that cucumber-core has @CucumberOptions and RuntimeOptionsFactory, these classes are ready to be used in Cucumber-Android. See #549 and 1f6ff9b.
This means that we can get rid of @RunWithCucumber and use @CucumberOptions instead, which unifies the API and provides more configuration options.
This should also make CucumberInstrumentation a lot simpler.
I can probably fix this myself, but I have assigned it to you in case you want to give it a stab. If not, let me know and I'll do it.
The text was updated successfully, but these errors were encountered:
@mfellner now that cucumber-core has
@CucumberOptions
andRuntimeOptionsFactory
, these classes are ready to be used in Cucumber-Android. See #549 and 1f6ff9b.This means that we can get rid of
@RunWithCucumber
and use@CucumberOptions
instead, which unifies the API and provides more configuration options.This should also make
CucumberInstrumentation
a lot simpler.I can probably fix this myself, but I have assigned it to you in case you want to give it a stab. If not, let me know and I'll do it.
The text was updated successfully, but these errors were encountered: