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
- 🚀 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
- QA Engineers
- Test Automation Engineers
- Software Developers
- DevOps Engineers
- QA Teams & Organizations
-
Installation
- Visit the Chrome Web Store
- Click
Add to Chrome
-
Initial Setup
- Configure your preferred AI provider
- Set up API keys
- Optional: Configure local Ollama setup
-
First Test
- Open your target webpage
- Click the Testron extension icon
- Use the element inspector
- Describe your test scenario
- Generate and use the code
- Features - Complete feature documentation
- Installation Guide - Detailed setup instructions
- Architecture - System design and components
- Troubleshooting - Common issues and solutions
- Google Chrome (Version 88+)
- Chromium-based browsers (Edge, Brave, etc.)
- Ollama (for local LLM support):
Required models for Testron:
# 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
Note: Ollama is only required if you want to use local LLM models. Cloud-based providers (Claude, GPT, Groq) don't need Ollama installation.# Pull required models after installing Ollama ollama pull llama3.2 ollama pull llama3.1
Current Version: 1.1 Release Date: 2024-12-25
This project is licensed under the GNU General Public License v3.0 (GPLv3).
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
Need help? Have feedback? We're here to help!
- 📧 Email: testronai.com@gmail.com
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.
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.