mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-20 23:28:42 -05:00
bc9f7a7f2edcd067b71a6662a34400261e3c728c
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
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
---
Deploying
npm run deploy
Languages
TypeScript
55.7%
JavaScript
36.6%
Vue
4.1%
HTML
3%
SCSS
0.4%
Other
0.2%