This project is a demo project to show how to compare different component testing frameworks. The frameworks that are compared are:
The demo project is a simple pizza ordering Vue application, designed for my talk "We may not need component (unit) testing".
The slides for the talk can be found here.
- Clone the project
- Run
yarn - Run unit tests by Vitest:
yarn test:unit - Run component tests by Playwright with UI:
yarn test-ct