Files
cypress/docs
Jennifer Mann 8743eb0283 Fixed issue with algolia config not working
- Updated test to reflect docsearch component’s class
- Updated <script> tags to type=‘javascript’
2017-05-18 09:17:53 -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-17 14:52:22 -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

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:4000/

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