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)