Skip to content

println! in steps is not working as expected. #177

@antonkol

Description

@antonkol

i have few println! inside steps and when i am executing tests information in println! appears before all Cucumber log.

Something like this:

some info 1 some info 2 Feature: Some feature Scenario Outline: Some scenario outline Given And Scenario Outline: Some scenario outline Given And 

Is there a way to output println! below appropriate step ?

Something like this:

 Feature: Some feature Scenario Outline: Some scenario outline Given some info 1 And Scenario Outline: Some scenario outline Given some info 2 And 

Metadata

Metadata

Assignees

Labels

enhancementImprovement of existing features or bugfixquestionFurther information is requested

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions