-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add --format
flag in core update
#254
base: main
Are you sure you want to change the base?
Conversation
7b7f36b
to
3f2950a
Compare
--format
flag in core update
Looks like we dont have Our output would be like this:
@schlessera Any suggestion how we can implement test for table in this case? Or, should be implement quiet logger for |
Looks like |
I would lean towards implementing the quiet logger for And I can confirm ThenStepDefinitions::then_stdout_should_end_with_a_table_containing_rows() does not test that the table is at the end of the output. It searches stdout for the table header and checks the remainder of stdout for the expected rows. It would be somewhat more accurately named |
Anything that needs to be updated here? |
Fixes #129