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
configure report = { showAllSteps: true } - this is the default. below we talk about only the keys similar to / same level as showAllSteps
if showAllSteps is false, any step with the Cucumber keyword / prefix * will be hidden from HTML / JSON reports. in other words only steps that begin with Given, When etc would be logged
an exception to the above rule is the print step. I'm thinking even method, match and assert need to be prefixed with When, Then, And etc. should be reasonable !
The text was updated successfully, but these errors were encountered:
split #397 because it was half-completed
quoting:
configure report = { showAllSteps: true }
- this is the default. below we talk about only the keys similar to / same level asshowAllSteps
showAllSteps
is false, any step with the Cucumber keyword / prefix*
will be hidden from HTML / JSON reports. in other words only steps that begin withGiven
,When
etc would be loggedprint
step. I'm thinking evenmethod
,match
andassert
need to be prefixed withWhen
,Then
,And
etc. should be reasonable !The text was updated successfully, but these errors were encountered: