Skip to content

v2.0.0

Compare
Choose a tag to compare
@NachoPal NachoPal released this 02 Oct 16:58
· 158 commits to master since this release
8c3f744

This release contains BREAKING CHANGES. Tests based on ^1.0.0 will stop working properly from v2.0.0 onwards.

Changes

  • attribute for Event has been replaced by attributes. Now attributes pass to be an array of Attribute istead.
  • isComplete, isIncomplete and isError; Attribute attributes are not valid anymore. They should be replaced by xcmOutcome: Complete, xcmOutcome: Incomplete and xcmOutcome: Error

How to migrate your tests

  • Replace attribute by attributes and make it an array in the YAML file
  • Replace isComplete, isIncomplete and isError attributes by xcmOutcome: Complete, xcmOutcome: Incomplete and xcmOutcome: Error

Features

  • Capability to check more than one Event attribute.
  • Added result attribute in Event to be able to check the whole Event result value.

PRs