Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 1.28 KB

README.md

File metadata and controls

61 lines (36 loc) · 1.28 KB

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