This directory contains testing tools for the CLI.
verify-setup.js- Check if required development tools are installed locallydocker/- Test CLI installation and dependency management in clean environments
# Check local environment
npm run verify
# Test in Docker
npm run test:dockerFor detailed testing instructions, see the README files in each directory.