We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3627532 commit 8803b14Copy full SHA for 8803b14
.env
@@ -12,4 +12,14 @@ CSW_APPID='xxxx-xxxxx'
12
CASE_NUMBER='CAS-xxx'
13
CASE_TITLE='Case_'
14
15
-BASE_API_URL=https://restful-booker.herokuapp.com
+BASE_API_URL=https://restful-booker.herokuapp.com
16
+
17
+# Update test case outcome in test plan
18
+UPDATE_TEST_PLAN=
19
+PIPELINE=
20
+TEST_PLAN_ID=
21
+TEST_SUITE_ID=
22
+TEST_PLAN_GET_API=https://dev.azure.com/{Organization}/{Project}/_apis/testplan/Plans/{0}/Suites/{1}/TestPoint?testCaseId={2}&api-version=7.2-preview.2
23
+TEST_PLAN_PATCH_API=https://dev.azure.com/{Organization}/{Project}/_apis/test/Plans/{0}/Suites/{1}/points/{2}?api-version=7.2-preview.2
24
+AZURE_DEVOPS_USER=
25
+AZURE_DEVOPS_PASS=
0 commit comments