> For the complete CircleCI developer hub index, see [llms.txt](https://circleci.com/developer/llms.txt)

# dmtest2/dotcom2

Run load tests using the LoadView platform. This orb allows the running of LoadView tests in the LoadView cloud as part of your deployment pipeline. 


## Commands

### login

Logins to the LoadView API with the provided UID

| Parameter | Type | Default | Description |
|---|---|---|---|
| `uid` | string |  | UID to login to the LoadView API. |
| `stress_id` | integer |  | ID of the load test you want to execute. |
| `failed_sessions_percentage` | integer | 3 | Failed sessions threshold. If a percentage of failed sessions in the test run exceeds the threshold, an error will be triggered. |

### get_stress

Gets details of the test with the provided ID

### run_stress

Starts a new run of the test with the specified ID

### get_st_result

Get Load Test results

## Jobs

### build

### login_via_api

Login to a LoadView account with your LoadView API UID. Provide load test parameters

### get_st_details

Get load test details

### start

Starts a load test

### get_st_results

Get load test run results