Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nikeee/tap-summary

Repository files navigation

tap-summary

Test dashboard: 42 tests passed Test dashboard: 42 tests failed Test dashboard: 42 tests passed, 8 tests failed, 18 tests skipped

Generate GitHub workflow job summaries from your test results. Test results should be present in TAP format. This action is based on the lovely project test-summary/action.

Usage

Automatically pick up all .tap files in the project directory:

- run: <whatever you need to do to run tests>

- name: Test Summary
  uses: nikeee/tap-summary@v1
  if: always()

If you only want to include some TAP files:

- name: Test Summary
  uses: nikeee/tap-summary@v1
  with:
    path: "**/*.test.tap" # default: "**/*.tap"
  if: always()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •