mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-06 23:29:51 -06:00
* docs: run root install automatically before using bin-up, close #283 * Bump stack-size to fix RangeError: Maximum call stack size exceeded * Add clarity * Add consistency with rest of readme
945 B
945 B
Cypress Documentation
The code for Cypress's Documentation, Guides, and API.
Introduction
The documents in this repo are generated using Hexo.
Contributing
Installing Dependencies
From the docs directory:
npm install
npm run build
Starting the server
npm start
Visit http://localhost:2222/
Writing Docs
Links
Links are all handled through our cypress.on api.
Link all pages but their name (property key) in source/_data/sidebar.yml
- https://on.cypress.io/NAME_OF_PAGE
- https://on.cypress.io/and
- https://on.cypress.io/visit
- https://on.cypress.io/unit-testing-recipe
- https://on.cypress.io/introduction-to-cypress
- https://on.cypress.io/writing-your-first-test
- https://on.cypress.io/general-questions-faq
Deploying
npm run deploy