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
cucumber html report includes information about step and examples execution report. but cucumber json output format don't include step wise result for "scenario outline"
The text was updated successfully, but these errors were encountered:
@saravananalagarsamy I think the behavior you want is available in cucumber version 2.0.0.beta.1 (where #700 is included). When using the --expand option there, the json output will contain each step, and its result, for each of the scenarios instantiated from the scenario outline.
cucumber html report includes information about step and examples execution report. but cucumber json output format don't include step wise result for "scenario outline"
The text was updated successfully, but these errors were encountered: