kostyrko / cypress-realworld-testing-course-app

Home Page:https://cypress-realworld-testing-course-app.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real World Testing with Cypress

Real World Testing with Cypress is a free and open source testing curriculum built with Next.js by the team at Cypress.

Installation

git clone git@github.com:cypress-io/cypress-realworld-testing.git

cd cypress-realworld-testing

yarn install

yarn dev # starts dev server

Documenation

Documenation lives inside of the /docs folder and is powered by VuePress. The best way to view the docs is by running the following command.

yarn docs:dev

This will spin up a local sever and serve the docs site.

Unit Tests

The units tests are powered by Mocha and can be run with the following command.

yarn test:unit

Cypress E2E Tests

Cypress tests can be run via the Cypress test runner and UI with the following command.

yarn cypress:open

The same tests can be run in headless mode, as they would be in CI with the following command.

yarn cypress:run

About

https://cypress-realworld-testing-course-app.vercel.app/


Languages

Language:TypeScript 93.8%Language:JavaScript 5.0%Language:CSS 0.9%Language:HTML 0.3%Language:Shell 0.1%