Socket
Socket
Sign inDemoInstall

cypress-example-kitchensink

Package Overview
Dependencies
171
Maintainers
3
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cypress-example-kitchensink

This is an example app used to showcase Cypress.io testing. For a full reference of our documentation, go to https://docs.cypress.io


Version published
Weekly downloads
398
increased by23.99%
Maintainers
3
Install size
8.69 MB
Created
Weekly downloads
 

Readme

Source

Kitchen Sink renovate-app badge semantic-release

kitchensink

This is an example app used to showcase 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 are also heavily commented. For a full reference of our documentation, go to docs.cypress.io.

To see the kitchen sink application, visit example.cypress.io.

CI status

amplifybutton

CIBuild statusbasic config filefull parallel config
AWS Amplify Consoleamplify.yml
AWS CodeBuildbasic/buildspec.ymlbuildspec.yml
AppVeyorAppVeyor CIappveyor.yml
Azure CIBuild Statusbasic/azure-ci.ymlazure-ci.yml
Buddybuddy.yml
Buildkite.buildkite/pipeline.yml
CircleCircleCIbasic/.circleci/config.yml.circleci/config.yml
Codeship Probasic/codeship-pro
GitHub ActionsParallel tests statussingle.ymlparallel.yml
GitLabGitLab CIbasic/.gitlab-ci.yml.gitlab-ci.yml
Heroku CIbasic/app.json
Jenkinsbasic/JenkinsfileJenkinsfile
NetlifyNetlify Statusnetlify.toml
Semaphore v2Project dashboardbasic/.semaphore.yml.semaphore/semaphore.yml
ShippableShippable CIshippable.yml
TravisTravis CIbasic/.travis.yml.travis.yml

You can find all CI results recorded on the Cypress Dashboard

If you are looking for BitBucket Pipelines example, check out bitbucket.org/cypress-io/cypress-example-kitchensink.

Cypress on CI Workshop

Cypress team has created a full workshop showing how to run Cypress on popular CI providers. Find the workshop at github.com/cypress-io/cypress-workshop-ci.

CI Community Examples

CIUrl
IBM Cloud CICloud Foundry
GitLab CIExample caching when installing using Yarn
CodeFreshbahmutov/cypress-codefresh-example

Help + Testing

If you get stuck, here is more help:

1. Fork this repo

If you want to experiment with running this project in Continous Integration, you'll need to fork it first.

After forking this project in Github, run these commands:

## clone this repo to a local directory
git clone https://github.com/<your-username>/cypress-example-kitchensink.git

## cd into the cloned repo
cd cypress-example-kitchensink

## install the node_modules
npm install

## start the local webserver
npm start

The npm start script will spawn a webserver on port 8080 which hosts the Kitchen Sink App.

You can verify this by opening your browser and navigating to: http://localhost:8080

You should see the Kitchen Sink App up and running. We are now ready to run Cypress tests.

## launch the cypress test runner
npm run cy:open

shortcut: you can use command npm run local:open that uses start-server-and-test to start local server and open Cypress. When you close Cypress, the local server is stopped automatically. Similarly you can use npm run local:run to start the server, run Cypress tests headlessly and close the server.

2. Install & write tests in Cypress

Follow these instructions to install and write tests in Cypress.

Contributing

Check out the Contributing Guideline.

Changelog

FAQs

Last updated on 15 Mar 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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