Commands

SET API KEY

Save setup hassle of setting up a installing required dependencies and adding your API keys to .env.

  1. Run the command Welltested: Save API Key

  2. 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.

  1. 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.

  1. Run the command Welltested: Save Unit Tests

You'll see the CLI command triggered. All updates will be saved to the backend.