Thanks to visit codestin.com
Credit goes to sikessem.github.io

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