AI-powered test case generation — scans API schemas and Azure DevOps User Stories, generates test case proposals with coverage analysis, and pushes approved tests to ADO.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Install this extension to get the Testcase Creation agent in your Copilot Chat.
It scans API schemas and Azure DevOps User Stories, generates test case proposals, and pushes approved tests to ADO.
Installation
From VSIX (Internal Distribution)
Download the .vsix file from your team's shared location
In VS Code: Ctrl+Shift+P → Extensions: Install from VSIX...
Select the downloaded .vsix file
Reload VS Code
From Source
cd extension
npm install
npx vsce package
# Produces: testcase-creation-mcp-1.0.0.vsix
Prerequisites
Python 3.10+ installed on your machine
pip install the server package in your project:
pip install -e <path-to-this-repo>
Or install in your project's .venv:
.venv\Scripts\pip install -e <path-to-this-repo>
Usage
Once installed, use @Testcase Creation in the Copilot Chat panel:
@Testcase Creation scan the schema at ./specs/openapi.json
@Testcase Creation analyze coverage for User Story #12345 against suite 200 in plan 100
@Testcase Creation push all approved tests to User Story #12345