Files
cypress/packages/example
Gleb Bahmutov 7308e6eecc Fix launcher transpile (#2194)
* updated examples specs

* fix version of bluebird types in launcher
2018-07-23 12:22:56 +02:00
..
2018-07-23 12:22:56 +02:00
2017-09-25 10:17:28 -04:00
2017-04-21 10:55:50 -04:00
2017-04-21 10:55:50 -04:00
2018-05-30 00:16:05 -04:00
2017-05-19 13:27:06 -04:00
2018-05-15 11:26:43 -04:00

Example

This repo contains the source code for pushing out https://example.cypress.io.

The actual example repo you're probably looking for is the kitchen sink app here.

THERE'S LIKELY NO REASON YOU NEED TO EDIT ANY OF THE CODE ON THIS REPO.

Developing

npm install

Building

After running npm install you must build the app + spec files.

npm run build

This copies the src files from cypress-example-kitchensink, modifies them to point to https://example.cypress.io and creates the example tests.

Deploying

npm run deploy

Releasing

npm run release