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

v3.0.0

Compare
Choose a tag to compare
@bahmutov bahmutov released this 03 Apr 03:53
· 379 commits to main since this release

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