Skip to content

Cypress Documentation including Guides, API, Plugins, Examples, & FAQ.

License

Notifications You must be signed in to change notification settings

DaviDevMod/cypress-documentation

This branch is 2 commits ahead of, 1354 commits behind cypress-io/cypress-documentation:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b41a598 · Aug 29, 2022
Mar 22, 2022
Oct 27, 2021
Feb 26, 2021
Apr 22, 2021
Aug 18, 2022
Aug 15, 2022
Aug 29, 2022
Jan 27, 2022
Jun 1, 2022
Oct 28, 2021
Jul 21, 2021
Mar 22, 2022
Mar 22, 2022
Jul 21, 2021
Jun 23, 2022
Jul 12, 2022
Jul 21, 2021
Jul 12, 2022
Mar 28, 2022
Feb 23, 2021
Dec 12, 2018
Sep 16, 2021
Jun 24, 2022
Mar 22, 2022
Mar 1, 2021
Feb 23, 2021
Jun 1, 2022
Aug 15, 2022
Oct 12, 2021
Oct 20, 2021
Jul 21, 2021
Jun 1, 2022
Sep 16, 2021
Jul 12, 2022
Jun 6, 2022
Jun 1, 2022
Oct 12, 2021
Jun 1, 2022
Apr 12, 2021
May 18, 2022
Jun 2, 2022

Repository files navigation

Cypress Documentation Cypress Dashboard first-timers-only

The code for Cypress Documentation including Guides, API, Examples, Dashboard & FAQ found at https://docs.cypress.io.

Cypress Documentation Preview

CI status

CircleCI master branch

Netlify Status

Getting Started

Install the dependencies:

yarn

Run the app:

yarn start

You can view the app by visiting http://localhost:3000/.

Building

You can create a statically generated version of the website by running the following:

yarn build

This will generate a dist directory that you can serve up.

Note: If you want to create and view a statically generated version of the documentation site, you can run the following:

yarn run start:ci

You can view the statically generated site at http://localhost:3000/.

Testing

Linting

Javascript code is linted with ESLint.

CSS code is linted with stylelint.

Markdown is formatted with Prettier.

yarn lint

Unit Tests

Javascript code is unit tested with Jest.

yarn test:unit

Integration Tests

We use Cypress itself to test the documentation.

Run the tests:

yarn test

Contributing

Refer to the CONTRIBUTING.md guide for details.

License

This project is licensed under the terms of the MIT license.

About

Cypress Documentation including Guides, API, Plugins, Examples, & FAQ.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 53.2%
  • Vue 43.5%
  • CSS 3.3%