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

Releases: cypress-io/cypress-skip-test

v2.6.1

08 Jun 11:40
01a994b
Compare
Choose a tag to compare

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
c533925
Compare
Choose a tag to compare

2.6.0 (2021-01-13)

Features

v2.5.1

30 Nov 15:08
Compare
Choose a tag to compare

2.5.1 (2020-11-30)

Bug Fixes

v2.5.0

04 Feb 20:45
a597df3
Compare
Choose a tag to compare

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
Choose a tag to compare

2.4.1 (2020-02-03)

Bug Fixes

  • normalize browser name comparison (dfef76a)

v2.4.0

03 Feb 21:22
Compare
Choose a tag to compare

2.4.0 (2020-02-03)

Features

  • use new Cypress.isBrowser method if available (90ec292)

v2.3.0

14 Nov 22:18
f62f1fa
Compare
Choose a tag to compare

2.3.0 (2019-11-14)

Features

  • add environment variable support (#12) (f62f1fa)

v2.2.0

08 Nov 13:59
Compare
Choose a tag to compare

2.2.0 (2019-11-08)

Features

v2.1.0

07 Nov 22:28
Compare
Choose a tag to compare

2.1.0 (2019-11-07)

Features

  • add boolean flag support (0e73eef)

v2.0.0

07 Nov 17:51
Compare
Choose a tag to compare

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.