Socket
Socket
Sign inDemoInstall

@cypress/skip-test

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cypress/skip-test - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

10

package.json
{
"name": "@cypress/skip-test",
"version": "2.5.0",
"version": "2.5.1",
"description": "Simple commands to skip a test based on platform, browser or an url",

@@ -23,6 +23,6 @@ "main": "index.js",

"devDependencies": {
"cypress": "3.8.3",
"debug": "4.1.1",
"mocha": "7.0.1",
"prettier": "1.19.1",
"cypress": "5.6.0",
"debug": "4.3.1",
"mocha": "8.2.1",
"prettier": "2.1.2",
"semantic-release": "15.14.0",

@@ -29,0 +29,0 @@ "spok": "1.3.0"

@@ -119,2 +119,13 @@ # @cypress/skip-test [![renovate-app badge][renovate-badge]][renovate-app] [![semantic-release][semantic-image] ][semantic-url] [![CircleCI](https://circleci.com/gh/cypress-io/cypress-skip-test/tree/master.svg?style=svg)](https://circleci.com/gh/cypress-io/cypress-skip-test/tree/master)

When skipping a block of tests or a single test using browser name, it will insert a dummy empty test to let you know what has happened
```js
skipOn('firefox', () => {
it('works', () => {...})
it('works too', () => {...})
})
// output in the console
// Skipping test(s) on firefox
```
### boolean flag

@@ -121,0 +132,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc