Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@bahmutov bahmutov released this 07 Nov 17:51
· 136 commits to master since this release

2.0.0 (2019-11-07)

Features

  • split functions from support file (b48fd44)

BREAKING CHANGES

  • if you want to use custom commands, you need
    to explicitly require the support file like this.
require('@cypress/skip-test/support')

This way you can import individual functions without adding them
as custom commands.