Azure DevOps Migration Tools

v#{GitVersion.SemVer}#

Azure DevOps Migration Tools

Overview

TestVariablesMigrationContext

Ref

  

Less than 1 minute to read

  

2024-07-26 10:18:49 -0500

This processor can migrate test variables that are defined in the test plans / suites. This must run before TestPlansAndSuitesMigrationConfig.

Options

Parameter name Type Description Default Value
Enabled Boolean missng XML code comments missng XML code comments

Example

A basic sample for TestVariablesMigrationContext configuration.

1
2
3
4
{
  "$type": "TestVariablesMigrationConfig",
  "Enabled": false
}