Azure DevOps Exporter
Azure DevOps Exporter is a tool used to export test cases into Azure Test Plans.
Features:
-
Create and update test cases
Azure DevOps Export Properties
The properties marked with bold are mandatory. |
Property | Default value | Acceptable values | Description |
---|---|---|---|
|
string |
Path to directory with test execution JSON results. The path is managed by the Please make sure that the |
|
|
string |
The name of the Azure DevOps organization. |
|
|
string |
Project ID or project name. |
|
|
string |
The area of the product which a test case is associated with. |
|
|
|
|
The scenario part to export into |
Authentication properties
Property | Acceptable values | Description |
---|---|---|
azure-devops.username |
|
Username from Azure DevOps |
azure-devops.password |
|
Personal access token |
Scenario Meta Attributes
Name | Example | Description |
---|---|---|
|
|
Map scenario to Azure DevOps test case in 1 to 1 relation |
|
|
Skip test case while exporting |
Export
-
Go to the corresponding GitHub Packages repository
-
Find the link with name
vividus-to-azure-devops-exporter-0.4.8.jar
-
Click the link and download the exporter JAR-file
-
Create a new file with name
application.properties
and put all necessary properties there -
Run the following command replacing
<jar-file name>
with the name of the JAR-file downloaded previously
java -jar <jar-file name> -Dspring.config.location=classpath:/application.properties,./application.properties