Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion features/docs/cli/execute_with_tag_filter.feature
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ Feature: Tag logic

"""

@wip-new-core
Scenario: Negative tags
When I run `cucumber -q -t ~@three features/test.feature`
Then it should pass with:
Expand Down
1 change: 1 addition & 0 deletions lib/cucumber/formatter/report_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def after_test_step(test_step, result)
end

def after_test_case(test_case, result)
test_case.describe_source_to(printer, result)
record_test_case_result(test_case, result)
end

Expand Down