cypress-example-kitchensink
Advanced tools
Comparing version 0.8.0-dev.20170910.200132 to 0.8.0
@@ -16,3 +16,2 @@ // | ||
it('.should() - assert that <title> is correct', function(){ | ||
// https://on.cypress.io/visit | ||
@@ -1295,3 +1294,2 @@ cy.visit('http://localhost:8080') | ||
it('Cypress.moment() - format or parse dates using a moment method', function(){ | ||
// use moment's format function | ||
@@ -1298,0 +1296,0 @@ // https://on.cypress.io/cypress-moment |
@@ -17,5 +17,5 @@ // *********************************************************** | ||
// Import commands.js using ES2015 syntax: | ||
import "./commands" | ||
import './commands' | ||
// Alternatively you can use CommonJS syntax: | ||
// require("./commands") | ||
// require('./commands') |
{ | ||
"name": "cypress-example-kitchensink", | ||
"version": "0.8.0-dev.20170910.200132", | ||
"version": "0.8.0", | ||
"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", |
@@ -74,2 +74,7 @@ # 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) | ||
#### 0.8.0 - *(09/10/17)* | ||
- updated for cypress 0.20.0 | ||
- added new cy commands | ||
- update support files for new scaffolding | ||
#### 0.7.0 | ||
@@ -76,0 +81,0 @@ - new traversal commands |
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
2265349
148