Files
cypress/docs
Jennifer Shehane 2bc2149477 docs: FAQ + some media query styles
- Styled each h2 in FAQ to have a question icon
- Commented out non-answered FAQ’s
- Moved some questions from old ‘incomplete’ FAQ
- Added table of contents to FAQ page + last updated
2017-06-05 14:24:52 -04:00
..
2017-06-05 14:20:57 -04:00
2017-05-15 14:10:01 -04:00
2017-05-15 14:10:01 -04:00
2017-05-22 18:27:22 -04:00
2017-05-22 13:10:52 -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-23 11:45:22 -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