cypress-example-kitchensink
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -684,7 +684,2 @@ // | ||
}) | ||
// serve your files. The path should be relative | ||
// to your project's root folder. | ||
cy.visit("app/index.html") | ||
}) | ||
@@ -691,0 +686,0 @@ |
{ | ||
"name": "cypress-example-kitchensink", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "This is an example app used to showcase Cypress.io testing. For a full reference of our documentation, go to docs.cypress.io", | ||
@@ -25,4 +25,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@cypress/core-releaser": "0.1.4" | ||
"@cypress/core-releaser": "0.1.6" | ||
} | ||
} |
@@ -74,2 +74,5 @@ # 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) [![Travis CI](https://travis-ci.org/cypress-io/cypress-example-kitchensink.svg?branch=master)](https://travis-ci.org/cypress-io/cypress-example-kitchensink) [![Codeship Status for cypress-io/cypress-example-kitchensink](https://codeship.com/projects/8d6a20c0-b70e-0133-41c6-56e5cd60fbd0/status?branch=master)](https://codeship.com/projects/134609) | ||
#### 0.1.5 | ||
- removed relative cy.visit which causes errors on new projects | ||
#### 0.1.4 | ||
@@ -76,0 +79,0 @@ - updated node version to 5.10.0 |
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
91
2230229
2548