Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Testing create-volo-app

This directory contains testing tools for the CLI.

Structure

  • verify-setup.js - Check if required development tools are installed locally
  • docker/ - Test CLI installation and dependency management in clean environments

Quick Commands

# Check local environment
npm run verify

# Test in Docker
npm run test:docker

For detailed testing instructions, see the README files in each directory.