TestTeller Documentation

AI-Powered Test Generation and Automation Agent

PyPI Docker License Python


Quick Navigation

📖 Documentation 🚀 Resources 🤝 Community
Architecture GitHub Repository Issues
Features README License
Commands PyPI Package  
Testing Guide Docker Hub  

What is TestTeller?

TestTeller is an intelligent test generation and automation agent that leverages:

Key Capabilities

Feature Description
Test Generation Creates comprehensive test cases from documents, specifications, and code
Automation Code Generates production-ready automation scripts in multiple languages
Framework Support Works with 20+ testing frameworks out of the box
Quality Assessment Built-in quality scoring and validation
Continuous Learning Improves over time through feedback loops

Documentation Pages

Architecture

Deep dive into TestTeller’s modular architecture:

Features

Comprehensive feature overview:

Commands Reference

Complete CLI command documentation:

Testing Guide

Testing approach and guidelines:


Quick Start

Installation

# Using pip
pip install testteller

# Using Docker
docker pull iavipro/testteller:latest

# From source
git clone https://github.com/iAviPro/testteller-agent.git
cd testteller-agent
pip install -e .

Basic Usage

# Configure TestTeller
testteller configure

# Generate test cases
testteller generate requirements.md -c collection_name

# Create automation code
testteller automate test-cases.md --language python --framework pytest -c collection_name

Example Workflow

  1. Configure Provider
    testteller configure --provider gemini
    
  2. Generate Test Cases
    testteller generate docs/ --output test-suite.md
    
  3. Create Automation
    testteller automate test-suite.md --discover-context
    

Supported Frameworks

Language Frameworks
Python pytest, unittest, behave, robot, locust
JavaScript jest, mocha, cypress, playwright, puppeteer
TypeScript jest, mocha, cypress, playwright
Java junit, testng, selenide, restassured

Latest Updates

Version 1.0.0


Project Resources

Community


GitHub Stars Downloads

TestTeller - Intelligent Test Agent for Modern Development