Installation Guide

Complete guide to installing and setting up AIToTest in your environment

System Requirements

Minimum Requirements

  • • Node.js 14+
  • • 4GB RAM
  • • 2 CPU cores
  • • 1GB free disk space

Recommended

  • • Node.js 16+
  • • 8GB RAM
  • • 4 CPU cores
  • • 5GB free disk space

Installation Methods

NPM Installation

npm install -g aitotest-cli

Yarn Installation

yarn global add aitotest-cli

Docker Installation

docker pull aitotest/aitotest-cli:latest docker run -v $(pwd):/app aitotest/aitotest-cli init

Post-Installation Setup

  1. Verify Installation:
    aitotest --version
  2. Generate API Key:
    aitotest auth login
  3. Initialize Project:
    aitotest init

Troubleshooting

Common Issues

  • Permission Errors: Try running with sudo or fix npm permissions
  • Version Conflicts: Clear npm cache and reinstall
  • Missing Dependencies: Install peer dependencies manually