Releases: cypress-io/cypress-react-unit-test
Releases · cypress-io/cypress-react-unit-test
v3.0.0-cypress-mount-mode.10
06 Apr 02:53
Compare
Sorry, something went wrong.
No results found
Features
use find-webpack to handle ejected react-scripts too (ddbdbe2 )
v3.0.0-cypress-mount-mode.9
05 Apr 22:53
Compare
Sorry, something went wrong.
No results found
Bug Fixes
update code coverage with better filtering (f7678b8 )
v3.2.1
04 Apr 21:27
Compare
Sorry, something went wrong.
No results found
3.2.1 (2020-04-04)
Bug Fixes
new code coverage plugin version (2da74e8 )
v3.2.0
04 Apr 20:01
Compare
Sorry, something went wrong.
No results found
3.2.0 (2020-04-04)
Features
add code coverage plugin to CRA v3 support, closes #133 (7f844fd )
v3.1.0
04 Apr 18:39
Compare
Sorry, something went wrong.
No results found
3.1.0 (2020-04-04)
Features
add automatic code instrumentation, close #132 (726be3a )
v3.0.0-cypress-mount-mode.8
04 Apr 21:28
Compare
Sorry, something went wrong.
No results found
Bug Fixes
new code coverage plugin version (e9773d9 )
v3.0.0-cypress-mount-mode.7
04 Apr 20:39
Compare
Sorry, something went wrong.
No results found
Bug Fixes
support file should load hooks (cc90fea )
v3.0.0-cypress-mount-mode.6
04 Apr 20:24
Compare
Sorry, something went wrong.
No results found
Features
add built-in code instrumentation (3e12870 )
include code-coverage plugin for react-scripts (5f4856c )
v3.0.1
03 Apr 04:11
Compare
Sorry, something went wrong.
No results found
3.0.1 (2020-04-03)
Bug Fixes
move getDisplayName to named export (bdebc15 )
v3.0.0
03 Apr 03:53
Compare
Sorry, something went wrong.
No results found
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' } )