Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Repos>AutoTag Wizard (AI-powered auto-tagging)!
AutoTag Wizard (AI-powered auto-tagging)!

AutoTag Wizard (AI-powered auto-tagging)!

Kalpana Kumari (DevOps)

|
16 installs
| (0) | Free
This extension is an AI-powered automated test case classification and tagging tool for Azure DevOps project.
Get it free

Description

This utility can be used for automated classification and tagging of test cases in an Azure DevOps project.

Prerequisites

Setup Requirements

Before you start using this extension, make sure you have gathered the following information:

  • Create test plans in Azure DevOps. Get the Test Plan ID and Test Suite ID

  • Create an Azure DevOps PAT Token to access the test cases

  • Create an Azure OpenAI GPT model deployment. Get the OpenAI Account Name and API Key from the Azure Portal

Installing Required Tools

Before you begin, ensure you have the following installed:

  • The tfx-cli npm package. You can install it with:

    npm install -g tfx-cli
    
  • The webpack npm package. You can install it with:

    npm install -g webpack
    
  • The webpack-dev-server npm package. You can install it with:

    npm install -g webpack-dev-server
    

Project Setup

Follow these steps to set up the project:

  1. Install the dependencies:

    npm install
    
  2. Build the project:

    npm run build
    
  3. Update the publisher and version in the vss-extension.json manifest file.

  4. Publish the extension:

    tfx extension publish --manifest-globs vss-extension.json --overrides-file configs/dev.json --token <PAT Token>
    

    Please replace <PAT Token> with your Personal Access Token.

  5. Start the development server:

    npx webpack-dev-server --mode development
    
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft