Skip to content

A lightweight React + Vite application for learning and practicing modern front-end testing techniques using Vitest and React Testing Library. Includes simple UI components, behavior-driven unit tests, and examples of mocking and data-driven testing (DDT).

Notifications You must be signed in to change notification settings

michelle-burton/react-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧪 React Tester App

Live on Render

A lightweight React + Vite application for learning and practicing modern front-end testing techniques using Vitest and React Testing Library.


🚀 Features

  • ⚡️ Blazing-fast setup with Vite
  • 🧪 Unit testing with Vitest and React Testing Library
  • ✅ DOM assertions with jest-dom
  • 🔍 Examples using getByText, getByRole, and getByTestId
  • 🧠 Mocking alert() and other side effects
  • 🧬 Data-Driven Testing (DDT) ready

📦 Tech Stack


🌐 Live Demo

View the app on Render


🛠 Installation

git clone https://github.com/your-username/react-tester-app.git
cd react-tester-app
npm install

About

A lightweight React + Vite application for learning and practicing modern front-end testing techniques using Vitest and React Testing Library. Includes simple UI components, behavior-driven unit tests, and examples of mocking and data-driven testing (DDT).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published