This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
Releases: cypress-io/cypress-skip-test
Releases · cypress-io/cypress-skip-test
v2.6.1
v2.6.0
v2.5.1
v2.5.0
v2.4.1
v2.4.0
v2.3.0
v2.2.0
v2.1.0
v2.0.0
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.