TestAI aims to revolutionize testing workflows by generating, storing, and executing API test cases using AI.
- AI-Generated Tests: Instantly generate robust API test cases with our advanced AI technology.
- Seamless Storage: Save and manage your tests effortlessly in one centralized location.
- Automated Execution: Run tests directly in your CI/CD pipeline with zero configuration.
- Customizable Test Cases: Modify AI-generated tests to perfectly fit your specific needs.
- Framework Integration: Supports Jest, Supertest, and all popular testing frameworks.
- Real-time Analytics: Get detailed insights into your test coverage and performance.
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd testai
- Install dependencies:
npm install
To start the application, run:
npm run dev
Visit http://localhost:3000
in your browser.
Users can manage APIs through the dashboard by adding new APIs and viewing statistics.
Contributions are welcome! Please submit a pull request or open an issue for any suggestions.
This project is licensed under the MIT License.