Files
cypress/packages/example
Zach Bloomquist 13aa496476 use cross-env in npm scripts so they work on Windows (#5888)
* use cross-env in npm scripts so they work on Windows

* update more cross-envs

* Apply suggestions from code review

Co-Authored-By: Gleb Bahmutov <gleb.bahmutov@gmail.com>
2019-12-05 11:38:03 -05:00
..
2018-11-01 12:34:37 -04:00
2017-04-21 10:55:50 -04:00
2017-04-21 10:55:50 -04:00
2019-09-24 14:35:24 -04:00
2017-05-19 13:27:06 -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.

Updating the example app

After releasing a new version on the cypress-example-kitchen-sink repo, you now want to update the example's dependency to match the newly released version.

  1. Bump the cypress-example-kitchensink devDependency within this package's package.json.

  2. Run npm install and npm run build to build the app and spec files. CONTRIBUTING

  3. Create a new pull-request following this repo's pull request instructions.

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