cypress-storybook
Advanced tools
Comparing version 0.3.2 to 0.4.0
@@ -0,1 +1,5 @@ | ||
### 0.4.0 | ||
- feat: Forward cy.visit options from cy.visitStorybook | ||
## 0.3.0 | ||
@@ -2,0 +6,0 @@ |
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13593