Skip to content

Releases: yugokato/pytest-smoke

v0.6.1

30 Jan 18:19
93503b2
Compare
Choose a tag to compare

What's Changed

  • Bug Fixes:
  • Miscellaneous changes:

Full Changelog: v0.6.0...v0.6.1

v0.6.0

10 Jan 18:42
1784436
Compare
Choose a tag to compare

What's Changed

  • New features:

    • Add --smoke-select-mode option and support of custom test selection logic via a hook by @yugokato in #35
    • Add support of conditional critical smoke tests by @yugokato in #37
    • Add support of 'directory' scope by @yugokato in #41
  • Breaking changes:

    • Removed --smoke-last and --smoke-random options in favor of the new --smoke-select-mode option added in #35
  • Miscellaneous changes:

Full Changelog: v0.5.0...v0.6.0

v0.5.0

30 Dec 20:51
7e1022e
Compare
Choose a tag to compare

What's Changed

  • New features:

    • Add seamless support of pytest-xdist by @yugokato in #27, #28, #30
    • Add support of critical smoke tests with @pytest.mark.smoke marker and INI option by @yugokato in #33
  • Miscellaneous changes:

Full Changelog: v0.4.0...v0.5.0

v0.4.0

13 Dec 19:41
983f257
Compare
Choose a tag to compare

What's Changed

  • New features:

    • Add support of hooks and INI options to customize/extend the plugin behaviors by @yugokato in #23
    • Add support of 'auto' scope by @yugokato in #24
  • Miscellaneous changes:

Full Changelog: v0.3.1...v0.4.0

v0.3.1

27 Nov 21:02
b981636
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

24 Nov 22:51
4528968
Compare
Choose a tag to compare

What's Changed

  • New Features:

    • Add support of N as a percentage, add --smoke-scope option for changing the scope of N by @yugokato in #12
  • Miscellaneous changes:

Full Changelog: v0.2.0...v0.3.0

v0.2.0

07 Nov 20:10
199a8c4
Compare
Choose a tag to compare

What's Changed

  • New Features:

    • Add support of last N smoke tests with smoke-last option by @yugokato in #2
  • Miscellaneous changes:

    • Add GH workflow for publishing package to pypi by @yugokato in #3

Full Changelog: v0.1.1...v0.2.0