This repository was archived by the owner on Jan 31, 2023. It is now read-only.
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.