Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
QAInsights authored Aug 19, 2020
1 parent 4cf7fcf commit 0aa6a21
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,10 @@ Following are the prerequisites for this GitHub Action:
test-plan-path: ./TestPlans/T01_HomePageLoad.jmx
args: "-H my.proxy.server -P 8000"
```

## Download JMeter Test Results

By default, this GitHub Action will log the performance statistics under `result.jtl`. After the execution, it will be uploaded to the GitHub artifacts.
To download the JMeter results, go to your `Actions` and then click on the executed workflow, then click on `jmeter-results` link which will download the zip file.

<placeholder to add the image>

0 comments on commit 0aa6a21

Please sign in to comment.