cypress-io / cypress-realworld-testing-blog

A Next.js Blog for the Real World Testing with Cypress Curriculum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real World Testing with Cypress Blog

A Next.js Blog for the Real World Testing with Cypress Curriculum.

Installation

yarn install

Start the local dev server.

yarn dev

While the dev server is running, in a separate terminal window, run the following command to launch Cypress.

yarn cypress:open

Pratice Tests & Answers

The practice tests are located in cypress/integration/Practice

The answers are located in cypress/integration/Answers


This repo is a fork of the Next.js Learn Starter

About

A Next.js Blog for the Real World Testing with Cypress Curriculum


Languages

Language:JavaScript 96.3%Language:CSS 3.7%