mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-20 23:28:42 -05:00
91ec7a0dd8
* root: move deploy scripts from server to top level scripts * remove postinstall download stop variable * deploy: list all dev dependencies * working on deploy run * WIP comment out obsolete run-sequence * add cypress-io/cypress-example-recipes * root: enable run all to skip package or packages by name * deploy: move coffee lint to root * deploy: make bump async * deploy: WIP update deploy + build processes for monorepo * Add cypress-io/cypress-example-module-api project build to bump * remove commas * Add project cypress-io/cypress-test-ci-environments to list of projects to test * deploy: WIP refactor classes -> functional * deploy: don't copy node_modules or prune -> just npm install * cli: consolidate important fields into monorepo root, pull out and build * all: cleanup package.json, remove versions, license, repo information -move some deps to devDeps * all: convert es5 -> es6 + fix linting * deploy: specify files to include when copying packages for dist * deploy: convert coffee script in place + remove coffee files
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
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