Socket
Socket
Sign inDemoInstall

cypress-example-kitchensink

Package Overview
Dependencies
2
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.2 to 0.8.3

.vscode/settings.json

20

cypress/integration/example_spec.js

@@ -271,3 +271,3 @@ //

// You can clock on 9 specific positions of an element:
// You can click on 9 specific positions of an element:
// -----------------------------------

@@ -754,7 +754,17 @@ // | topLeft top topRight |

cy.exec('cat cypress.json')
.its('stderr').should('be.empty')
// we can use Cypress.platform string to
// select appropriate command
// https://on.cypress/io/platform
cy.log(`Platform ${Cypress.platform} architecture ${Cypress.arch}`)
cy.exec('pwd')
.its('code').should('eq', 0)
if (Cypress.platform === 'win32') {
cy.exec('print cypress.json')
.its('stderr').should('be.empty')
} else {
cy.exec('cat cypress.json')
.its('stderr').should('be.empty')
cy.exec('pwd')
.its('code').should('eq', 0)
}
})

@@ -761,0 +771,0 @@

{
"name": "cypress-example-kitchensink",
"version": "0.8.2",
"version": "0.8.3",
"description": "This is an example app used to showcase Cypress.io testing. For a full reference of our documentation, go to docs.cypress.io",

@@ -38,3 +38,3 @@ "main": "index.js",

"http-server": "0.10.0",
"npm-run-all": "^4.1.1"
"npm-run-all": "^4.1.2"
},

@@ -44,6 +44,6 @@ "devDependencies": {

"colon-names": "1.0.0",
"cypress": "1.1.2",
"eslint": "^4.0.0",
"cypress": "1.3.0",
"eslint": "^4.13.0",
"eslint-plugin-cypress": "2.0.1",
"eslint-plugin-cypress-dev": "1.1.1",
"eslint-plugin-cypress-dev": "1.1.2",
"eslint-plugin-mocha": "4.11.0",

@@ -50,0 +50,0 @@ "stop-build": "^1.1.0"

@@ -1,2 +0,2 @@

# 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) [![Cypress Dashboard](https://img.shields.io/badge/cypress-dashboard-brightgreen.svg)](https://dashboard.cypress.io/#/projects/4b7344/runs) [![Build status](https://badge.buildkite.com/d1bd1f093d97de34475da7d545c80eb2be9749eefe1c7133f0.svg)](https://buildkite.com/cypress-io/cypress-example-kitchensink) [![Greenkeeper badge](https://badges.greenkeeper.io/cypress-io/cypress-example-kitchensink.svg)](https://greenkeeper.io/)
# 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) [![Cypress Dashboard](https://img.shields.io/badge/cypress-dashboard-brightgreen.svg)](https://dashboard.cypress.io/#/projects/4b7344/runs) [![Build status](https://badge.buildkite.com/d1bd1f093d97de34475da7d545c80eb2be9749eefe1c7133f0.svg)](https://buildkite.com/cypress-io/cypress-example-kitchensink) [![Greenkeeper badge](https://badges.greenkeeper.io/cypress-io/cypress-example-kitchensink.svg)](https://greenkeeper.io/) [![Windows build status](https://ci.appveyor.com/api/projects/status/bo4x59pha1eb18de?svg=true)](https://ci.appveyor.com/project/cypress-io/cypress-example-kitchensink)

@@ -52,2 +52,6 @@ ![kitchensink](https://cloud.githubusercontent.com/assets/1268976/14084252/e309e370-f4e7-11e5-9562-24f516563ac9.gif)

#### 0.8.3 - *(12/19/17)*
- add platform check to cy.exec() example
- fix typo
#### 0.8.2 - *(11/30/17)*

@@ -54,0 +58,0 @@ - eslint tests and js script

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc