Skip to content

testronai/documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Testron Documentation

Introduction

Testron is an AI-powered test automation co-pilot that revolutionizes the way QA engineers and developers create test automation code. As a Chrome extension, it seamlessly integrates with your browser to generate high-quality test scripts using various AI providers.

🎥 Watch Demo Video: Getting Started with Testron

Key Benefits

  • 🚀 Rapid Test Creation: Generate test scripts in seconds
  • 🎯 Multiple Framework Support: Works with Playwright, Cypress, and Selenium
  • 🤖 AI-Powered Intelligence: Leverages multiple AI providers for optimal results
  • 💰 Cost Management: Built-in features to control API usage and costs
  • 🔒 Security-First: Local LLM support and secure API handling

Target Audience

  • QA Engineers
  • Test Automation Engineers
  • Software Developers
  • DevOps Engineers
  • QA Teams & Organizations

Quick Start Guide

  1. Installation

  2. Initial Setup

    • Configure your preferred AI provider
    • Set up API keys
    • Optional: Configure local Ollama setup
  3. First Test

    • Open your target webpage
    • Click the Testron extension icon
    • Use the element inspector
    • Describe your test scenario
    • Generate and use the code

Documentation Sections

Core Documentation

System Requirements

Browser Compatibility

  • Google Chrome (Version 88+)
  • Chromium-based browsers (Edge, Brave, etc.)

Software Requirements

  • Ollama (for local LLM support):
    # Install Ollama based on your OS:
    
    # macOS
    brew install ollama
    
    # Linux
    curl -fsSL https://ollama.com/install.sh | sh
    
    # Windows
    # Download installer from https://ollama.com/download
    Required models for Testron:
    # Pull required models after installing Ollama
    ollama pull llama3.2
    ollama pull llama3.1
    Note: Ollama is only required if you want to use local LLM models. Cloud-based providers (Claude, GPT, Groq) don't need Ollama installation.

Version Information

Current Version: 1.1 Release Date: 2024-12-25

License

This project is licensed under the GNU General Public License v3.0 (GPLv3).

License Protection

The GPLv3 license ensures that:

  • The extension remains free and open source
  • Anyone who modifies and distributes the code must:
    • Make their modifications open source
    • License their changes under GPLv3
    • Credit the original authors
    • Clearly state any changes made
  • Prevents others from:
    • Redistributing closed-source versions
    • Repackaging without proper attribution
    • Using the code in proprietary software

How to Ask for Support

Need help? Have feedback? We're here to help!

Contact Information

When Contacting Support

Please include:

  • Extension version
  • Browser version
  • AI provider being used
  • Clear description of the issue/feedback
  • Steps to reproduce (if reporting an issue)
  • Screenshots (if applicable)

We aim to respond to all inquiries within 24-48 hours. For immediate help with common issues, please check our Troubleshooting Guide.

⚠️ Disclaimer

AI-Generated Code Usage

The test automation code generated by Testron is powered by Large Language Models (LLMs) and while we strive for high-quality output, please note:

  • All generated code should be reviewed thoroughly before use
  • Test the generated code in a safe environment first
  • Verify the functionality matches your requirements
  • Check for any sensitive information in generated tests
  • Validate error handling and edge cases
  • Consider security implications for your specific context

Testron is a tool to assist and accelerate test creation, but the final responsibility for the code quality and its implementation lies with the user. We recommend following your organization's code review and testing practices before deploying any generated code in production environments.


Copyright (C) 2024 TestronAI. All Rights Reserved.

About

documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published