Socket
Socket
Sign inDemoInstall

cypress-example-kitchensink

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-example-kitchensink - npm Package Compare versions

Comparing version 0.8.0-dev.20170910.200132 to 0.8.0

2

cypress/integration/example_spec.js

@@ -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

4

cypress/support/index.js

@@ -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

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