Files
cypress/docs
Gleb Bahmutov 0fc4dab3c7 Run Cypress e2e tests in docs folder on CI (#52)
* docs: run hexo server and cypress e2e tests in parallel

* docs: enable e2e docs tests on CircleCI

* pass record key via env CYPRESS_DOCS_RECORD_KEY to cypress run command

* docs: renaming e2e task names

* ts: cache node_modules folder

* docs: unit test helpful message

* typo in script name

* cache .cypress folder

* do not ignore fixtures folder
2017-05-18 09:04:15 -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-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

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