Jennifer Mann 6b8928dc43 Merge branch 'CYP-847-scroll-commands' into CYP-907-hexo
# Conflicts:
#	old_docs/v0.0/documentation/4-Guides/8-Using Aliases.md
2017-05-15 11:35:52 -04:00
2017-05-01 10:57:06 -04:00
2017-05-10 11:31:42 -04:00
2017-04-26 10:53:39 -04:00
2017-04-18 22:12:31 -04:00
2017-05-10 11:16:24 -04:00
2017-05-10 11:31:31 -04:00
2017-05-10 11:16:33 -04:00
2017-05-12 12:32:19 -04:00
2017-04-25 11:24:20 -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
S
Description
Fast, easy and reliable testing for anything that runs in a browser.
Readme MIT 952 MiB
Languages
TypeScript 55.7%
JavaScript 36.6%
Vue 4.1%
HTML 3%
SCSS 0.4%
Other 0.2%