-
-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Before steps into (separate) log groups #922
Comments
Hey @iomedico-beyer, I've fixed this with v15.1.1. |
Good idea! Since the requirements are getting a little bit more complex, I think it's warranted that it's tested as well. I think I've seen Cypress themselves testing somewhat similar, where they in a Cypress test actually verifies the runner's appearance. I'd like to dig through their test to find that and replicate it, although I can't right now. If you or anyone finds time though, feel free to do that. |
This has been fixed in v17.0.0. |
Current behavior
v15.1.0 puts test steps (
Given
,When
,Then
,And
,But
) into log groups, which is great! But all theBefore
stuff is still without log groups.Also, when multiple
Before
statements do match, they cannot be distinguished in the log. The all just start by logging “Before”.Desired behavior
Before
statement for a given test scenario.Before
matches by tag name.Test code to reproduce
Versions
Checklist
cypress-cucumber-preprocessor@4.3.1
(package name has changed and it is no longer the most recent version, see #689).The text was updated successfully, but these errors were encountered: