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 1.2.1 to 2.0.0

support.js

4

index.js

@@ -138,6 +138,2 @@ /// <reference path="./index.d.ts" />

Cypress.Commands.add('skipOn', skipOn)
Cypress.Commands.add('onlyOn', onlyOn)
module.exports = {

@@ -144,0 +140,0 @@ skipOn,

{
"name": "@cypress/skip-test",
"version": "1.2.1",
"version": "2.0.0",
"description": "Simple commands to skip a test based on platform, browser or an url",

@@ -32,4 +32,5 @@ "main": "index.js",

"index.js",
"index.d.ts"
"index.d.ts",
"support.js"
]
}

@@ -22,6 +22,6 @@ # @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)

You can use this module as custom Cypress commands `cy.skipOn` and `cy.onlyOn` or by importing its functions. To use custom commands, add this module to your support file `cypress/support/index.js`
You can use this module as custom Cypress commands `cy.skipOn` and `cy.onlyOn` or by importing its functions. To use custom commands like `cy.skipOn`, add this module to your support file `cypress/support/index.js`
```js
require('@cypress/skip-test')
require('@cypress/skip-test/support')
```

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