cypress-example-kitchensink
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -113,3 +113,3 @@ /// <reference types="Cypress" /> | ||
cy.get('.foods-list').find('#nuts') | ||
.prevUntil('#veggies') | ||
.prevUntil('#veggies').should('have.length', 3) | ||
}) | ||
@@ -116,0 +116,0 @@ |
{ | ||
"name": "cypress-example-kitchensink", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "This is an example app used to showcase Cypress.io testing. For a full reference of our documentation, go to docs.cypress.io", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,3 @@ # Kitchen Sink [![Circle CI](https://circleci.com/gh/cypress-io/cypress-example-kitchensink.svg?style=svg)](https://circleci.com/gh/cypress-io/cypress-example-kitchensink) | ||
This is an example app used to showcase [Cypress.io](https://www.cypress.io/) testing. The application uses every API command in Cypress for demonstration purposes. Additionally this example app is configured to run tests in various CI platforms. The [tests](https://github.com/cypress-io/cypress-example-kitchensink/blob/master/cypress/integration/example_spec.js) are also heavily commented. For a full reference of our documentation, go to [docs.cypress.io](https://docs.cypress.io/). | ||
This is an example app used to showcase [Cypress.io](https://www.cypress.io/) testing. The application uses every API command in Cypress for demonstration purposes. Additionally this example app is configured to run tests in various CI platforms. The [tests](https://github.com/cypress-io/cypress-example-kitchensink/blob/master/cypress/integration/examples) are also heavily commented. For a full reference of our documentation, go to [docs.cypress.io](https://docs.cypress.io/). | ||
@@ -64,2 +64,6 @@ To see the kitchen sink application, visit [example.cypress.io](https://example.cypress.io/). | ||
#### 1.0.1 - *(05/14/18)* | ||
- updated README to link to correct examples folder | ||
- added assertion to prevUntil test | ||
#### 1.0.0 - *(04/13/18)* | ||
@@ -66,0 +70,0 @@ - split example_spec into seperate files |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2246512
162
5