Skip to content

Commit

Permalink
Update test-plans.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathk08 authored Oct 18, 2023
1 parent cc121c4 commit eeebef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/docs/api/test-plans.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Trigger Test Plans remotely"
title: "Trigger Test Plans Remotely"
page_title: "Trigger Test Plans remotely using Testsigma"
metadesc: "How to trigger Test Plan Execution remotely using Testsigma REST API Endpoints, which is useful when you want to fully automate continuous testing within your CI/CD pipeline"
noindex: false
Expand Down Expand Up @@ -215,4 +215,4 @@ This endpoint allows users to get details of all Test case executions using REST
|**Authorization**|Bearer **<API\_Token>**<br>Same as the Testsigma API key mentioned above.|
|**Request Body**|<pre>{ <br> "executionId": 268,<br> "executionResultId": 986,<br> "result": "FAILURE",<br> "status": "STATUS_COMPLETED",<br> "testCases": [<br> {<br> "testCaseId": 413,<br> "testCaseName": "03 data driven small",<br> "testCaseResultId": 7975,<br> "result": "FAILURE",<br> "isDataDrivenCase": true,<br> "iterationResults": [<br> {<br> "iterationResultId": 7963,<br> "setName": "examples",<br> "result": "SUCCESS"<br> },<br> {<br> "iterationResultId": 7976,<br> "setName": "travels",<br> "result": "FAILURE"<br> },<br> {<br> "iterationResultId": 7965,<br> "setName": "examples 1",<br> "result": "FAILURE"<br> }<br> ],<br> "testSuiteId": 197,<br> "testSuiteName": "02 DD Small",<br> "testSuiteResultId": 2295,<br> "machineId": 414,<br> "machineTitle": "machine 2",<br> "machineResultId": 2370<br> }<br> ]<br> }<pre>|

---
---

0 comments on commit eeebef3

Please sign in to comment.