Scrump31 / Client-Manager

Course Files for: A Next.JS Client Address Book Manger with Cypress E2E Testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test a Next.js App with Cypress

Video Lesson Outline:

# 1 - Application Overview

# 2 - Install Cypress and eslint-plugin-cypress

# 3 - Configure Cypress.json File

# 4 - Write Our First Test

# 5 - Write Better Tests with Cypress Testing Library

# 6 - Run Cypress in Multiple Browsers

# 7 - Test The Client Flow

Installing/Running the app

Create a .env file

USERNAME="name you want displayed in project here"
MONGODB_URI="database creds here"
yarn
yarn dev

Running Tests

yarn cy:open

Formatting with Prettier

yarn format

Technologies Used

NextJS

Cypress-testing-library

Tailwindcss

React-notifications-component

React-icons

Mongoose

MongoDB Atlas

Prettier

About

Course Files for: A Next.JS Client Address Book Manger with Cypress E2E Testing


Languages

Language:JavaScript 99.6%Language:CSS 0.4%