Files
cypress/docs/source/ecosystem/index.md
T
2017-06-06 15:16:27 -04:00

1.7 KiB

title: The Cypress Ecosystem comments: false

Recipes

Example Apps

JUST COPIED CONTENT FROM OLD EXAMPLES ARTICLE, NEEDS BETTER FORMATTING

Kitchen Sink

This is an example app is used to showcase every command available in Cypress. The tests cover all of the following features:

Stack:

  • jQuery
  • Node
  • TravisCI, CircleCI, Codeship

Demonstrates:

  • Querying
  • Traversal
  • Actions
  • Viewport
  • Navigation
  • Aliasing
  • Waiting
  • Network Requests
  • Fixtures
  • Local Storage
  • Cookies

TodoMVC

This repo compares Cypress Tests to official TodoMVC Tests. This gives you a good comparison of writing and running tests in Cypress versus vanilla Selenium.

Stack:

  • React
  • Node
  • TravisCI, CircleCI

Demonstrates:

  • Querying
  • Custom Commands
  • Aliasing
  • Navigation

PieChopper

This is a single page application with a decent amount of features. The tests involve a lot of form submissions.

Stack:

  • Angular
  • Node
  • TravisCI, CircleCI

Demonstrates:

  • Querying
  • Forms
  • Scroll Tests
  • Network Requests
  • XHR Stubbing
  • Dialogs
  • Responsive Tests

Talks

Podcasts

Articles

Plugins

Adapters