Welltested Docs
v1.x.x
v1.x.x
  • Welltested AI
    • Set up
    • Unit Tests
      • Annotation
      • Generate Tests
      • Save Tests
      • Good to Knows
        • Custom Testcases
        • Regenerate Bad Tests
        • The Batching Rule
    • FAQs
      • Paid Plans
      • Code Privacy
      • Support
    • IDE Assist
      • Commands
      • Code Actions
    • Testability Guidelines
Powered by GitBook
On this page
  • SET API KEY
  • Generate Unit Tests
  • Save Unit Tests
  1. Welltested AI
  2. IDE Assist

Commands

PreviousIDE AssistNextCode Actions

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.