Skip to content

Testing and debugging

🧹 Keep a modern codebase

Terminal window
pnpm check

⚗️ Run static analysis

Terminal window
composer analyse

✅ Run unit tests

Terminal window
pnpm test

🐛 Fix lint, format and types

Terminal window
pnpm fix

🧪 Check all code bugs

Terminal window
pnpm debug

🚀 End-to-end testing

Terminal window
pnpm e2e