Skip to content

Releases: testing-library/cypress-testing-library

v5.1.1

29 Jan 23:06
2f62901
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

5.0.1 (2019-09-17)

Bug Fixes

v5.0.0

04 Sep 05:50
Compare
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
Compare
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
Compare
Choose a tag to compare

4.1.1 (2019-08-17)

Bug Fixes

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

v4.1.0

09 Aug 20:43
Compare
Choose a tag to compare

4.1.0 (2019-08-09)

Features

v4.0.5

24 Jul 14:05
Compare
Choose a tag to compare

4.0.5 (2019-07-24)

Bug Fixes

  • TS: Cypress commands return jQuery objects (#58) (#62) (577290d)
  • ensure higher version of dom is used (#65) (9b7bebd)

v4.0.4

24 Jun 15:25
Compare
Choose a tag to compare

4.0.4 (2019-06-24)

Bug Fixes

  • TS: Cypress commands return jQuery objects (#56) (a375930)