Test Case Generator by ShreyanAsambhav - Visual Studio Code Extension
The Test Case Generator is a Visual Studio Code extension that automatically generates unit test cases for untracked or modified files in a Git repository. This extension is specifically designed for the React framework in its initial release (version 1.0.0).
This extension is made by ShreyanAsambhav, feel free to reach out to report bugs, suggestions and feedback.
Features
Automatically generates unit test cases for untracked or modified files in a Git repository.
Specifically built for the React framework.
Provides two methods for generating test cases:
Command Palette: Open the command palette (Ctrl + Shift + P on Windows/Linux, or Cmd + Shift + P on macOS) and type "createtestcases" to run the command.
Web View UI: Utilize the web view UI for a user-friendly experience.
Installation
Launch Visual Studio Code.
Go to the Extensions view (Ctrl + Shift + X on Windows/Linux, or Cmd + Shift + X on macOS).
Search for "Test Case Generator by Shreyan Asambhav" in the marketplace.
Click on the extension and select "Install".
Once the installation is complete, click on the "Reload" button to activate the extension.
Usage
Command Palette
Open the command palette using one of the following methods:
Windows/Linux: Press Ctrl + Shift + P.
macOS: Press Cmd + Shift + P.
Type "createtestcases" and select the "Test Case Generator: Create Test Cases" command.