Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cypress-storybook

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-storybook - npm Package Compare versions

Comparing version 0.3.2 to 0.4.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### 0.4.0
- feat: Forward cy.visit options from cy.visitStorybook
## 0.3.0

@@ -2,0 +6,0 @@

2

cypress.d.ts

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

*/
visitStorybook(): Cypress.Chainable<Window>
visitStorybook(options?: Partial<VisitOptions>): Cypress.Chainable<Window>

@@ -12,0 +12,0 @@ /**

/// <reference types="cypress" />
Cypress.Commands.add('visitStorybook', () => {
return cy.visit('iframe.html')
Cypress.Commands.add('visitStorybook', (options) => {
return cy.visit('iframe.html', options)
})

@@ -6,0 +6,0 @@

{
"name": "cypress-storybook",
"version": "0.3.2",
"version": "0.4.0",
"description": "Cypress commands for Storybook projects",

@@ -5,0 +5,0 @@ "main": "cypress.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