Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Releases: cypress-io/cypress-react-unit-test

v3.0.0-cypress-mount-mode.10

06 Apr 02:53
Compare
Choose a tag to compare
Pre-release

3.0.0-cypress-mount-mode.10 (2020-04-06)

Features

  • use find-webpack to handle ejected react-scripts too (ddbdbe2)

v3.0.0-cypress-mount-mode.9

05 Apr 22:53
Compare
Choose a tag to compare
Pre-release

3.0.0-cypress-mount-mode.9 (2020-04-05)

Bug Fixes

  • update code coverage with better filtering (f7678b8)

v3.2.1

04 Apr 21:27
Compare
Choose a tag to compare

3.2.1 (2020-04-04)

Bug Fixes

  • new code coverage plugin version (2da74e8)

v3.2.0

04 Apr 20:01
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare
Pre-release

3.0.0-cypress-mount-mode.8 (2020-04-04)

Bug Fixes

  • new code coverage plugin version (e9773d9)

v3.0.0-cypress-mount-mode.7

04 Apr 20:39
Compare
Choose a tag to compare
Pre-release

3.0.0-cypress-mount-mode.7 (2020-04-04)

Bug Fixes

  • support file should load hooks (cc90fea)

v3.0.0-cypress-mount-mode.6

04 Apr 20:24
Compare
Choose a tag to compare
Pre-release

3.0.0-cypress-mount-mode.6 (2020-04-04)

Features

  • add built-in code instrumentation (3e12870)
  • include code-coverage plugin for react-scripts (5f4856c)

v3.0.1

03 Apr 04:11
Compare
Choose a tag to compare

3.0.1 (2020-04-03)

Bug Fixes

  • move getDisplayName to named export (bdebc15)

v3.0.0

03 Apr 03:53
Compare
Choose a tag to compare

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'})