Files
cypress/docs
Gleb Bahmutov 62f280e9ae CircleCI v2 (#60)
* each container runs its own commands and it is easy to modify which commands are were (multiline format)
* setup is super fast because all deps are in base docker image (well, except for Chrome) and node_modules are cached
2017-05-18 18:16:16 -04:00
..
2017-05-15 14:10:01 -04:00
2017-05-15 14:10:01 -04:00
2017-05-15 14:10:01 -04:00
2017-05-15 14:10:01 -04:00
2017-05-15 14:10:01 -04:00
2017-05-15 14:10:01 -04:00
2017-05-15 14:10:01 -04:00
2017-05-18 18:16:16 -04:00

Cypress Documentation

The code for Cypress's Documentation, Guides, and API.

Introduction

The documents in this repo are generated using Hexo.

Contributing

Installing Dependencies

npm install

Starting the server

npm start

Visit http://localhost:2222/

Writing Docs

Links are all handled through our cypress.on api.

To link to a page on Guides:

[Installing and Running](https://on.cypress.io/guides/$slug)

To link to a page on API:

[and](https://on.cypress.io/api/$slug)

Creating New Files

When creating new files, each file requires a title followed by ---:

title: Making Assertions
<!-- Set comments to true to add Disqus -->
comments: true   
---

Deploying

npm run deploy