Welltested AI - Testing on Autopilot
Welltested AI helps you generate and maintain unit tests for your entire project within minutes. We are Flutter/Dart first, with support for other langugages coming soon.
Features
This IDE extension is an assisting tool for welltested
package. It provides you easy tools setup, configure and trigger various welltested features.
Easy Setup
Welltested: Set API Key
Saves you the setup hassle. Directly sets up the .env file and installs required pubspec dependencies.

Exclude Methods
Code Actions
: Exclude Other Methods
and Exclude This Method
come in handy when we don't want certain methods to be tested.

Fetch and Customize Testcases
Code Actions
: Fetch Unit Testcases
generates exhaustive list of testcases for your method that you can modify.

Generate Unit Tests
Welltested: Generate Unit Tests
triggers the CLI command dart run welltested:ai --build to start generating unit tests.
Save Unit Tests
Welltested: Save Unit Tests
triggers the CLI command dart run welltested:save --build to update existing unit tests.
Requirements
- Create an account and get your API Key.
- Run the command
Welltested: Set API key
to add your key to the .env file.
Release Notes
First Version of Welltested AI VScode Assist Extension
1.0.0
Initial release of VSCode Extension
0.0.2
Fixes and Improvements.
Helpful Links