Skip to content

Releases: pavelzw/pytest-action

v2.2.0

18 Oct 22:41
510c5e9
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • Fix incorrect behavior with quotes in arguments by @pavelzw in #19

Dependency updates

Full Changelog: v2.1.3...v2.2.0

v2.1.3

14 Aug 15:05
b09a85c
Compare
Choose a tag to compare

What's Changed

New features

  • Write report to temporary location by @pavelzw in #16

Full Changelog: v2.1.2...v2.1.3

v2.1.2

11 Aug 10:12
54719e3
Compare
Choose a tag to compare

What's Changed

Bug fixes

Full Changelog: v2.1.1...v2.1.2

v2.1.1

11 May 12:31
286e33b
Compare
Choose a tag to compare

What's Changed

Documentation

Dependency updates

Other changes

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

20 Mar 17:08
c9e5b9c
Compare
Choose a tag to compare

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

09 Aug 16:41
Compare
Choose a tag to compare

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

02 Jun 12:56
Compare
Choose a tag to compare

Add custom report titles
Add click to expand option for large markdown files

v1.0

31 May 17:49
Compare
Choose a tag to compare
Add example code, remove dependency installation