Skip to content

Commit

Permalink
Update README.md and Actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Xu committed Apr 6, 2024
1 parent 3816496 commit 775c900
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This [Github Action](https://github.com/features/actions) displays test results from popular testing frameworks directly in GitHub.

✔️ Parses test results in XML or JSON format and creates nice report as Github Check Run
✔️ Parses test results in XML or JSON format and creates nice report as GitHub Check Run or GitHub Actions job summaries

✔️ Annotates code where it failed based on message and stack trace captured during test execution

Expand Down Expand Up @@ -150,9 +150,13 @@ jobs:
only-summary: 'false'
# Allows you to generate reports for Actions Summary
# https://github.com/orgs/github/teams/engineering/discussions/871
# https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/
use-actions-summary: 'true'
# Customize the title of badges shown for each Actions Summary.
# Useful when distinguish summaries for tests ran in multiple Actions steps.
badge-title: 'tests'
# Limits which test suites are listed:
# all
# failed
Expand Down

0 comments on commit 775c900

Please sign in to comment.