Skip to content

Commit 8803b14

Browse files
committed
Update Test Case Status in Test Plan
1 parent 3627532 commit 8803b14

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.env

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,14 @@ CSW_APPID='xxxx-xxxxx'
1212
CASE_NUMBER='CAS-xxx'
1313
CASE_TITLE='Case_'
1414

15-
BASE_API_URL=https://restful-booker.herokuapp.com
15+
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

Comments
 (0)