Skip to content

v0.4.0 - 2025-10-21

Latest

Choose a tag to compare

@susnux susnux released this 21 Oct 12:53
· 4 commits to main since this release
06b01c2

v0.4.0 - 2025-10-21

Notes

The Cypress selectors provided by the package are now deprecated and will be removed with the next release.
Instead use role based selectors like cy.findByRole from @testing-library/cypress.

Added

  • feat(cypress): return exec context to allow working with exit code or output (#896)

Changed

  • chore: deprecate Cypress selectors (#898)
  • docs: provide a changelog to keep track of all notable changes (#897)
  • Updated development dependencies