A kata project to practice an effective automation testing in React.
The app enables its customers to retrieve tickets to space.
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.ts
x
pattern (notice the .tsx
extension in comparison to unit tests):
pnpm test:integration