mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-15 05:40:29 -05:00
* 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.
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.
- Want to edit the
exampletests? -> edit it here instead. - Want to edit the actual https://example.cypress.io website? edit it here instead.
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