Files
cypress/packages/example
Jennifer Shehane eaa182bb69 update type and clear errors to accurately describe what is 'typeable' or 'clearable' (#1651)
* update `type` and `clear` errors to accurately describe what is 'typeable' or 'clearable'

* newly built assertion for example.spec from 1.0.1 update

* 'the' to 'a' - reads better in err message

* update specs to reflect type change in err msg.
2018-05-15 13:39:51 -04:00
..
2017-09-25 10:17:28 -04:00
2017-05-19 13:27:06 -04:00
2018-05-14 14:01:48 -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