Skip to content

Conversation

@liudmylastepanets
Copy link
Contributor

Kindly review PR for task168

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Oct 29, 2025

Deploying docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8151386
Status: ✅  Deploy successful!
Preview URL: https://5d97f60c.docs-c7r.pages.dev
Branch Preview URL: https://task168.docs-c7r.pages.dev

View logs


You can also use the API to list, create, or inspect test runs for a given project.

### **List Test Runs**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### **List Test Runs**
### **List Runs**

Retrieve all test runs associated with a project.

```bash
GET /api/{project_id}/testruns
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
GET /api/{project_id}/testruns
GET /api/{project_id}/runs

GET /api/{project_id}/testruns
```

### **Get Test Run Details**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### **Get Test Run Details**
### **Get Run Details**

Retrieve details of a specific test run by ID.

```bash
GET /api/{project_id}/testruns/{id}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
GET /api/{project_id}/testruns/{id}
GET /api/{project_id}/run/{id}


```bash
GET /api/{project_id}/testruns/{id}
```
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Working with Test Runs
## Working with Runs Results

@DavertMik
Copy link
Contributor

@liudmylastepanets please mention that we use JSON API as standard for Request and Response data

https://jsonapi.org

@liudmylastepanets
Copy link
Contributor Author

@DavertMik, @TetianaKhomenko, kindly review the requested changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants