Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>IntelliTestNew to Visual Studio Code? Get it now.
IntelliTest

IntelliTest

Message AI

|
1,703 installs
| (1) | Free
Writes your tests for you
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

IntelliTest for VS Code

IntelliTest is a Visual Studio Code extension that simplifies test generation for your code. With support for multiple languages and testing frameworks, IntelliTest makes it easy to create tests for your functions and methods with a single command. intellitest demo

Features

  • Generate tests for your code with a single command
  • Supports multiple testing frameworks: Jest, Mocha, and Jasmine
  • Generate mocks for your functions and methods
  • Customizable configuration to choose your preferred testing framework
  • Automatically selects the entire active text editor's content if no code is selected
  • Creates a new test file alongside the current file with the same name and the appropriate .test.ts or .test.js extension

Installation

  1. Open Visual Studio Code
  2. Press Ctrl+P or Cmd+P (Mac) to open the Quick Open dialog
  3. Type ext install intellitest and press Enter
  4. After the installation is complete, reload Visual Studio Code

Usage

  1. Select the code for which you want to generate tests, or simply place your cursor within the code block
  2. Press Ctrl+Shift+P or Cmd+Shift+P (Mac) to open the Command Palette
  3. Type Generate Test and press Enter
  4. IntelliTest will generate a test based on your selected code and create a new test file alongside the current file

Important Notes

For a limited time, we're offering a free trial. This will change in the near future, so be sure to take advantage of this while you can!

Configuration

You can configure IntelliTest to use your preferred testing framework by updating your settings in Visual Studio Code.

  1. Go to Settings
  2. Search for "IntelliTest"
  3. Under "IntelliTest: Testing Framework", select your desired testing framework from the dropdown menu (Jest, Mocha, or Jasmine)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft