@tracebackai/cli
v1.0.0
Published
Traceback CLI - AI-powered testing platform
Readme
Traceback CLI
The official command-line interface for the Traceback AI-powered testing platform.
Installation
npm install -g tracebackaiUsage
traceback login # Authenticate with your Traceback account
traceback whoami # Check your current authentication status
traceback workspaces # List your workspaces
traceback run # Run tests
traceback tests # Manage tests
traceback mobile # Mobile testing commands
traceback setup # Configure your environmentRequirements
- Node.js 18 or later
- A Traceback account
Contributing
- Clone the repository and install dependencies:
npm install - Build the project:
npm run build - Link globally for local development:
npm link - Or run directly without building:
npm run dev <command>
