Skip to content

Release v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 20:58
· 665 commits to main since this release

Added

  • Bakery/Check Plugin: Introduced complete as new re-execution mode for suites (#206). This is useful for suites that must always run completely because the tests depend on each other. Thus, a suite OK result is returned not when each test was OK in an arbitrary iteration, but rather in a common iteration.

Changed

  • Bakery: Introduced "incremental" as a name for the previous re-execution mode. ⚠️ Your existing rules are compatible with that new naming scheme - but they are only saved in the new format after they have been opened and saved (even if there are no changes).