Skip to content

A kata to retrieve tickets to space shuttle

Notifications You must be signed in to change notification settings

erisleci/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 to retrieve tickets to space shuttle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.6%
  • JavaScript 1.6%
  • Other 0.8%