Scrump31 / testing-react-forms

Course Files for: Test a React Feedback Form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test A Website Feedback Form

Video Lesson Outline:

# 1 - Application Overview

# 2 Test the CommentBox Component

# 3 Test the RadioButton Component

# 4 Integration Tests

# 5 Test the API Route with Postman

  • Remaining Lessons will be uploaded as soon as possible!

Create a .env file

MONGODB_URI="database creds here"

Installing/Running the app

npm install
npm run dev

Running Tests

npm test
npm run cy:open

Formatting with Prettier

npm run format

Technologies Used

NextJS

TypeScript

Jest

Cypress-testing-library

React-testing-library

user-event

Tailwindcss

Mongoose

MongoDB Atlas

Supertest

faker

dotenv

Prettier

About

Course Files for: Test a React Feedback Form


Languages

Language:TypeScript 87.4%Language:JavaScript 12.2%Language:CSS 0.4%