Method: RspecGithubActionsSummary::ExampleGroup#write_row
- Defined in:
- lib/rspec_github_actions_summary/example_group.rb
#write_row ⇒ Object
11 12 13 14 15 16 17 18 19 20 |
# File 'lib/rspec_github_actions_summary/example_group.rb', line 11 def write_row [ passed? ? '✅ Pass' : '❌ Failed', json['passed_specs'], json['failed_specs'], json['skipped_specs'], json['total_specs'], duration ] end |