Skip to content

niksumeiko/campus-addresses

Repository files navigation

🚀   Campus Addresses Kata

Nik Sumeiko   Awesome

A kata project to practice software design and automation testing in React.

 

Project description

The app enables to record campus addresses.

 

Testing

The project is configured for different types of tests.

Unit tests (vitest) will execute files matching __tests__/*.test.ts pattern:

pnpm test:unit

Integration tests (cypress) will pick files matching __tests__/*.test.tsx pattern (notice the .tsx extension in comparison to unit tests):

pnpm test:integration

About

A kata project to practice software design and automation testing in React.

Resources

Stars

Watchers

Forks