Skip to content

niksumeiko/space-ticket

Repository files navigation

🚀   Space Ticket Kata

Nik Sumeiko   Awesome

A kata project to practice an effective automation testing in React.

 

Project description

The app enables its customers to retrieve tickets to space.

 

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 an effective automation testing in React

Resources

Stars

Watchers

Forks