Releases: cypress-io/cypress-react-unit-test
Releases · cypress-io/cypress-react-unit-test
v3.0.0-cypress-mount-mode.10
Features
- use find-webpack to handle ejected react-scripts too (ddbdbe2)
v3.0.0-cypress-mount-mode.9
Bug Fixes
- update code coverage with better filtering (f7678b8)
v3.2.1
3.2.1 (2020-04-04)
Bug Fixes
- new code coverage plugin version (2da74e8)
v3.2.0
3.2.0 (2020-04-04)
Features
- add code coverage plugin to CRA v3 support, closes #133 (7f844fd)
v3.1.0
3.1.0 (2020-04-04)
Features
- add automatic code instrumentation, close #132 (726be3a)
v3.0.0-cypress-mount-mode.8
Bug Fixes
- new code coverage plugin version (e9773d9)
v3.0.0-cypress-mount-mode.7
Bug Fixes
- support file should load hooks (cc90fea)
v3.0.0-cypress-mount-mode.6
Features
- add built-in code instrumentation (3e12870)
- include code-coverage plugin for react-scripts (5f4856c)
v3.0.1
3.0.1 (2020-04-03)
Bug Fixes
- move getDisplayName to named export (bdebc15)
v3.0.0
3.0.0 (2020-04-03)
Features
- move alias to options object (52d883f)
BREAKING CHANGES
- instead of element, alias, then options object
the new syntax has only an element and optional options object.
cy.mount(<HelloX name='World' />, {alias: 'HelloX'})