Commands
SET API KEY
Save setup hassle of setting up a installing required dependencies and adding your API keys to .env.
Run the command
Welltested: Save API Key
Paste your API key in the input window.
The package will auto setup required dependencies and env file.
Generate Unit Tests
Use to trigger the generate CLI command. Generates unit tests for all annotated classes.
Run command
Welltested: Generate Unit Tests
You'll see the CLI command triggered. The tests will appear in the /test
folder once the operation finishes.
Save Unit Tests
Use to trigger the save CLI command. Save updates to existing unit tests and their corresponding code files to the backend.
Run the command
Welltested: Save Unit Tests
You'll see the CLI command triggered. All updates will be saved to the backend.