Skip to content

Tags: testing-library/cypress-testing-library

Tags

v10.0.2

Toggle v10.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
fix(deps): update testing-library/dom version (#276)

Bumping the major version to 10

Co-authored-by: Vadim Zainetdinov <vadimzainetdinov@vadims-macbook-pro.home>

v10.0.1

Toggle v10.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature. The key has expired.
fix: support `testIsolation` option (#257)

Co-authored-by: Kent C. Dodds <me@kentcdodds.com>

v10.0.0

Toggle v10.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature. The key has expired.
fix(release): trigger major release

This should be a major release: #262

BREAKING CHANGE: Upgrade to `@testing-library/dom` v9: https://github.com/testing-library/dom-testing-library/releases/tag/v9.0.0

v9.0.0

Toggle v9.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature. The key has expired.
chore: Use addQuery from Cypress 12 (#238)

Use Commands.addQuery rather than Commands.add

`addQuery` cleans up code and fixes "Detached DOM" errors.

BREAKING CHANGE: Use addQuery interface, which is only present in Cypress 12+.

v8.0.7

Toggle v8.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature. The key has expired.
fix: update Cypress' log bar with timeout information (#240)

Fixes #217

v8.0.6

Toggle v8.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature. The key has expired.
fix: update error stack traces for Cypress (#239)

Fixes #232

Update the Cypress error message rather than the entire error object. This merges the useful message of DOM Testing Library with the useful context of the Cypress error. This allows Cypress to find the line number of the failure in spec files instead of deep inside DOM Testing Library.

v8.0.5

Toggle v8.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature. The key has expired.
fix: allow Cypress v11 in peer deps (#234)

v8.0.4

Toggle v8.0.4's commit message
chore: update Cypress configuration

v8.0.3

Toggle v8.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature. The key has expired.
fix: Add Cypress ^10.0.0 as peer dependency

Add Cypress ^10.0.0 as peer dependency

v8.0.2

Toggle v8.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature. The key has expired.
chore: set protocol for npm to `https` (#204)

Co-authored-by: Mario Beltr谩n Alarc贸n <belco90@gmail.com>