Files
cypress/docs
2017-08-18 15:39:44 -04:00
..
2017-05-15 14:10:01 -04:00
2017-08-09 15:51:04 -04:00
2017-08-09 16:11:01 -04:00
2017-06-11 18:26:31 -04:00
2017-07-04 21:20:24 -04:00

Cypress Documentation

The code for Cypress' Documentation including Guides, API, Examples, Dashboard & FAQ.

Contributing

Please see our Documentation Contributing Guideline

Installing Dependencies

npm install

npm run build

Starting the server

npm start

Visit http://localhost:2222/

Writing Docs

Links are all handled through our cypress.on api.

Link all pages but their name (property key) in source/_data/sidebar.yml

Deploying

npm run deploy