testanly-cli
v0.1.0
Published
Testanly CLI for local browser management and visual inspection
Maintainers
Readme
testanly-cli
Testanly CLI for local browser management and visual inspection.
Installation
npm install -g testanly-cliUsage
Hello World
testanly hello
testanly hello --name "Developer"Check System Status
testanly statusVersion Information
testanly version
testanly --versionDevelopment
This package is part of the Testanly monorepo. It provides local browser management capabilities for the Testanly test generation platform.
Building
npm run buildDevelopment Mode
npm run devArchitecture
The CLI follows the browser-use inspired architecture with:
- Browser Session Management: Local browser control and health monitoring
- Visual Inspection: DOM analysis with element highlighting
- WebSocket Communication: Real-time communication with Next.js backend
- Cross-Platform Support: Works on Windows, macOS, and Linux
Coming Soon
- Visual element highlighting with numbered overlays
- Advanced DOM processing and element detection
- WebSocket server for Next.js integration
- Browser health monitoring and recovery
- Multiple browser profile support
License
MIT
