Skip to content

Releases: testing-library/cypress-testing-library

v5.2.1

03 Feb 02:23
5664b09

Choose a tag to compare

5.2.1 (2020-02-03)

Bug Fixes

v5.2.0

02 Feb 03:48
547389d

Choose a tag to compare

5.2.0 (2020-02-02)

Features

v5.1.2

30 Jan 20:56

Choose a tag to compare

5.1.2 (2020-01-30)

Reverts

  • feat: support running commands against the previous subject. (#100) (0b73b69)

v5.1.1

29 Jan 23:06
2f62901

Choose a tag to compare

5.1.1 (2020-01-29)

Bug Fixes

  • remove extra command log message for get* queries (#106) (2f62901), closes #103

v5.1.0

28 Jan 18:19

Choose a tag to compare

5.1.0 (2020-01-28)

Features

  • support running commands against the previous subject. (#100) (e32c8e4)

v5.0.2

11 Oct 18:03

Choose a tag to compare

5.0.2 (2019-10-11)

Bug Fixes

  • set timeout on the outer command then chain (#90) (c78aed5)

v5.0.1

17 Sep 12:39

Choose a tag to compare

5.0.1 (2019-09-17)

Bug Fixes

v5.0.0

04 Sep 05:50

Choose a tag to compare

5.0.0 (2019-09-04)

Features

  • Add retry-ability to the cypress adapters for dom-testing-library (#78) (ab5263d), closes #78
  • Replace Chai assertion error messages with better feedback about the failed command names

BREAKING CHANGES

  • get* queries are now removed, because users expect the retry-ability from Cypress by default. We now throw an error asking the user to use find* instead.

v4.2.0

29 Aug 19:24

Choose a tag to compare

4.2.0 (2019-08-29)

Features

  • support configuring the testIdAttribute (#81) (3ada0f2)

v4.1.1

17 Aug 19:00

Choose a tag to compare

4.1.1 (2019-08-17)

Bug Fixes

  • TS: move typings to DefinitelyTyped (#69) (c0059e3), closes #68