Files
cypress/docs
Brian Mann 91bb010fd6 docs: fixes #231, cleanup all the API docs + notes
- go into more detail on trigger vs action commands
- explain actionability further
- better format notes + examples
- consistent no arg / arg examples
- es6 all the functions
- remove duplicated intractability content
- remove simulated events garbage
- go into more detail on pseudo action commands
- much better cy.contains usage
2017-06-30 18:33:52 -04:00
..
2017-06-21 11:47:57 -04:00
2017-06-22 15:26:23 -04:00
2017-05-15 14:10:01 -04:00
2017-06-16 15:42:30 -04:00
2017-06-11 18:26:31 -04:00
2017-06-23 10:41:37 -04:00
2017-06-29 12:55:17 -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