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.4.0 to 2.4.1

4

index.js

@@ -57,3 +57,3 @@ /// <reference path="./index.d.ts" />

if (isBrowser(normalizedName)) {
return Cypress.browser.name === normalizedName
return checkBrowserName(normalizedName)
}

@@ -158,3 +158,3 @@

if (isBrowser(normalizedName)) {
if (Cypress.browser.name === normalizedName) {
if (checkBrowserName(normalizedName)) {
skip()

@@ -161,0 +161,0 @@ }

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

@@ -5,0 +5,0 @@ "main": "index.js",

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