Skip to content

Commit f5dd878

Browse files
authored
update doc (#20946)
1 parent 840cedc commit f5dd878

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Tasks/AzureTestPlanV0/Strings/resources.resjson/en-US/resources.resjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"loc.friendlyName": "Azure Test Plan",
33
"loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?LinkID=613742)",
4-
"loc.description": "Run manual and automated tests in test plan in Java and python language",
4+
"loc.description": "Run manual and automated tests points of test plan for different testing frameworks like Maven and Gradle for Java, PyTest for Python and Jest for JavaScript",
55
"loc.instanceNameFormat": "Azure Test Plan - $(testSelector)",
66
"loc.input.label.testSelector": "Test cases to be executed",
77
"loc.input.help.testSelector": "<ul><li><b>Manual tests: </b>Use this option to trigger manual tests from your test plan.</li><li><b>Automated tests: </b>Use this option to run tests from your test plan that have automated test method associated with it.</li>",

Tasks/AzureTestPlanV0/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "105e2492-460a-4da6-56d5-2fa9ab3f0174",
33
"name": "AzureTestPlan",
44
"friendlyName": "Azure Test Plan",
5-
"description": "Run manual and automated tests in test plan in Java and python language",
5+
"description": "Run manual and automated tests points of test plan for different testing frameworks like Maven and Gradle for Java, PyTest for Python and Jest for JavaScript",
66
"helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/test/publish-test-results",
77
"helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?LinkID=613742)",
88
"category": "Test",
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 0,
1616
"Minor": 255,
17-
"Patch": 0
17+
"Patch": 2
1818
},
1919
"preview": true,
2020
"demands": [],

Tasks/AzureTestPlanV0/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 0,
1616
"Minor": 255,
17-
"Patch": 0
17+
"Patch": 2
1818
},
1919
"preview": true,
2020
"demands": [],

0 commit comments

Comments
 (0)