Releases: pavelzw/pytest-action
Releases · pavelzw/pytest-action
v2.2.0
What's Changed
Bug fixes
Dependency updates
- Bump actions/checkout from 3 to 4 by @dependabot in #18
Full Changelog: v2.1.3...v2.2.0
v2.1.3
v2.1.2
v2.1.1
What's Changed
Documentation
Dependency updates
- Bump szenius/set-timezone from 1.1 to 1.2 by @dependabot in #8
Other changes
- Switch to setup-micromamba by @pavelzw in #9
- Add release workflow by @pavelzw in #11
- Create LICENSE by @pavelzw in #10
New Contributors
- @dependabot made their first contribution in #8
Full Changelog: v2.1.0...v2.1.1
v2.1.0
Add the custom-pytest
argument to specify the pytest
command. Can be a path to a custom pytest
executable or something like poetry run pytest
or micromamba run -n myenv pytest
.
v2.0.0
Breaking changes:
Rename input arguments
job_summary
->job-summary
custom_arguments
->custom-arguments
report_title
->report-title
click_to_expand
->click-to-expand
v1.1
Add custom report titles
Add click to expand option for large markdown files
v1.0
Add example code, remove dependency installation