-
Notifications
You must be signed in to change notification settings - Fork 2
PR for task168 #473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: docs
Are you sure you want to change the base?
PR for task168 #473
Conversation
Deploying docs with
|
| Latest commit: |
8151386
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5d97f60c.docs-c7r.pages.dev |
| Branch Preview URL: | https://task168.docs-c7r.pages.dev |
|
|
||
| You can also use the API to list, create, or inspect test runs for a given project. | ||
|
|
||
| ### **List Test Runs** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ### **List Test Runs** | |
| ### **List Runs** |
| Retrieve all test runs associated with a project. | ||
|
|
||
| ```bash | ||
| GET /api/{project_id}/testruns |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| GET /api/{project_id}/testruns | |
| GET /api/{project_id}/runs |
| GET /api/{project_id}/testruns | ||
| ``` | ||
|
|
||
| ### **Get Test Run Details** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ### **Get Test Run Details** | |
| ### **Get Run Details** |
| Retrieve details of a specific test run by ID. | ||
|
|
||
| ```bash | ||
| GET /api/{project_id}/testruns/{id} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| GET /api/{project_id}/testruns/{id} | |
| GET /api/{project_id}/run/{id} |
|
|
||
| ```bash | ||
| GET /api/{project_id}/testruns/{id} | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To get all test results from a specifc run:
GET /api/{project_id}/testruns?run_id={run_id}
|
|
||
| - Tests contained within that suite | ||
|
|
||
| ## Working with Test Runs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ## Working with Test Runs | |
| ## Working with Runs Results |
|
@liudmylastepanets please mention that we use JSON API as standard for Request and Response data |
|
@DavertMik, @TetianaKhomenko, kindly review the requested changes |
Kindly review PR for task168