Releases: cypress-io/cypress-skip-test
Releases · cypress-io/cypress-skip-test
v2.6.1
08 Jun 11:40
Compare
Sorry, something went wrong.
No results found
2.6.1 (2021-06-08)
Bug Fixes
include definitions for the module exports in index.d.ts (#143 ) (01a994b )
v2.6.0
13 Jan 14:30
Compare
Sorry, something went wrong.
No results found
2.6.0 (2021-01-13)
Features
v2.5.1
30 Nov 15:08
Compare
Sorry, something went wrong.
No results found
2.5.1 (2020-11-30)
Bug Fixes
v2.5.0
04 Feb 20:45
Compare
Sorry, something went wrong.
No results found
2.5.0 (2020-02-04)
Features
add skipOn and onlyOn with headed or headless mode (#39 ) (a597df3 )
v2.4.1
03 Feb 21:25
Compare
Sorry, something went wrong.
No results found
2.4.1 (2020-02-03)
Bug Fixes
normalize browser name comparison (dfef76a )
v2.4.0
03 Feb 21:22
Compare
Sorry, something went wrong.
No results found
2.4.0 (2020-02-03)
Features
use new Cypress.isBrowser method if available (90ec292 )
v2.3.0
14 Nov 22:18
Compare
Sorry, something went wrong.
No results found
2.3.0 (2019-11-14)
Features
v2.2.0
08 Nov 13:59
Compare
Sorry, something went wrong.
No results found
2.2.0 (2019-11-08)
Features
v2.1.0
07 Nov 22:28
Compare
Sorry, something went wrong.
No results found
2.1.0 (2019-11-07)
Features
v2.0.0
07 Nov 17:51
Compare
Sorry, something went wrong.
No results found
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.