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.6.0 to 2.6.1

14

index.d.ts

@@ -27,3 +27,3 @@ /// <reference types="cypress" />

*/
skipOn(nameOrFlag: string|boolean, cb?: () => void): Chainable<Subject>
skipOn(nameOrFlag: string | boolean, cb?: () => void): Chainable<Subject>

@@ -48,4 +48,14 @@ /**

*/
onlyOn(nameOrFlag: string|boolean, cb?: () => void): Chainable<Subject>
onlyOn(nameOrFlag: string | boolean, cb?: () => void): Chainable<Subject>
}
}
export const skipOn: (
nameOrFlag: string | boolean,
cb?: () => void
) => Cypress.Chainable<any>
export const onlyOn: (
nameOrFlag: string | boolean,
cb?: () => void
) => Cypress.Chainable<any>
export const isOn: (name: string) => boolean

6

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

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

"devDependencies": {
"cypress": "6.2.0",
"cypress": "6.2.1",
"debug": "4.3.1",
"mocha": "8.2.1",
"prettier": "2.2.1",
"semantic-release": "17.3.1",
"semantic-release": "17.3.9",
"spok": "1.3.0"

@@ -30,0 +30,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