Open kawalbhatia opened 3 years ago
@grasshopper7 - By any chance you get time to look at it .
Will have a look in a couple of days time, currently kinda swamped. If I remember, the console output (system.out statements in the step definition method) is printed after each step. Is it what u r referring to?
@grasshopper7 - Thanks for your response. Yes, i am referring to System.out statement in each Gherkin steps or even log4j implementation that put the log info on file and output on the console as well.
I just ran the sample implementation and it outputs to the console in each step. Execute the runner from the POM with tags set to "@both". https://github.com/grasshopper7/cuke6-extent-adapter-report/blob/master/cuke6-extent-adapter-report/src/test/java/stepdefs/RunCukeIT.java Can u share a minimum example in git?
When user runs the scenario in feature file, the console output is displayed only once complete scenario is executed and not after each Gherkin step.