You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cypress is meant to Webpack compile import @testing-library/cypress/add-commands for the browser as well, so all its dependencies should be also able to do so.
cypress-testing-library
version: 8.0.2node
version: 16Relevant code or config
Reproduction repository: https://github.com/plone/ploneconf.org/actions/runs/3080420601/jobs/4979205093#step:7:138
Problem description: cypress-testing-library has a caret dependency on
@testing-library/dom
.https://github.com/testing-library/cypress-testing-library/blob/main/package.json#L44
Latest
@testing-library/dom
(8.18.0) has a problem in the dist ESM file:testing-library/dom-testing-library#1169
Therefore, all projects depending on
cypress-testing-library
will break when they get the latest@testing-library/dom
.The text was updated successfully, but these errors were encountered: