Skip to content

Releases: paritytech/parachains-integration-tests

v2.4.2

03 Nov 18:27
9f72e7e
Compare
Choose a tag to compare

v2.4.1

17 Jul 13:09
21100a0
Compare
Choose a tag to compare

PRs

v2.3.4

13 Mar 15:54
ac6b020
Compare
Choose a tag to compare

PRs

#94

v2.2.0

15 Jan 19:29
152ecd6
Compare
Choose a tag to compare

PRs

#88

v2.1.0

11 Jan 11:36
de283cb
Compare
Choose a tag to compare

v2.0.3

24 Oct 12:13
d0dfc0a
Compare
Choose a tag to compare

Fix

v2.0.2

17 Oct 16:36
9c51c9f
Compare
Choose a tag to compare

Fix

v2.0.1

03 Oct 13:06
62ad39f
Compare
Choose a tag to compare

Fix

v2.0.0

02 Oct 16:58
8c3f744
Compare
Choose a tag to compare

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

v1.0.3

29 Sep 13:09
c83fb66
Compare
Choose a tag to compare

Features:

  • Adds Ranges and Thresholds for numeric values