pytest-results-action

Summarize `pytest` test results in GitHub Actions

BSD-3-CLAUSE License

Stars
13
Committers
4
pytest-results-action - v0.7.1 Latest Release

Published by pmeier 3 months ago

What's Changed

Full Changelog: https://github.com/pmeier/pytest-results-action/compare/v0.7.0...v0.7.1

pytest-results-action - v0.7.0

Published by pmeier 3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/pmeier/pytest-results-action/compare/v0.6.0...v0.7.0

pytest-results-action - v0.6.0

Published by pmeier 9 months ago

pytest-results-action - v0.5.0

Published by pmeier 10 months ago

What's Changed

Full Changelog: https://github.com/pmeier/pytest-results-action/compare/v0.4.0...v0.5.0

pytest-results-action - v0.4.0

Published by pmeier 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/pmeier/pytest-results-action/compare/v0.3.0...v0.3.1

pytest-results-action - Support multiple sources

Published by pmeier over 1 year ago

Small release to add the option for multiple inputs, either as files, directories and even glob wildcards through the path input. This also adds the fail-on-empty option to specify the behavior if no file is found. (#3)

pytest-results-action - Javascript action

Published by pmeier over 1 year ago

Although v0.1.0 worked fine, it was a docker action since it was written in Python. This means, by default it was only usable on the Linux runners GitHub actions offers. #1 completely wrote the project from scratch as Javascript action. Meaning, it now is usable in any GitHub Actions workflow as it should be for an action that publishes test results.

pytest-results-action - Initial release

Published by pmeier over 2 years ago

Package Rankings
Top 9.76% on Github actions
Badges
Extracted from project README
BSD-3-Clause License Project Status: WIP