Skip to content

Commit

Permalink
Added JMeter plugins examples
Browse files Browse the repository at this point in the history
  • Loading branch information
QAInsights committed Aug 20, 2020
1 parent 537ae91 commit 450ebad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- name: Run JMeter Tests
uses: ./
with:
test-plan-path: ./TestPlans/S03_UDPExample/S03_UDPExample.jmx
args: ""
test-plan-path: ./TestPlans/S01_SimpleExample/S01_SimpleExample.jmx
args: ""

- name: Upload Results
uses: actions/upload-artifact@v2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Following are the prerequisites for this GitHub Action:
- name: JMeter Test
uses: QAInsights/[email protected]
with:
test-plan-path: ./TestPlans/T01_HomePageLoad.jmx
test-plan-path: ./TestPlans/S01_SimpleExample/S01_SimpleExample.jmx
args: ""
```

Expand All @@ -40,7 +40,7 @@ Following are the prerequisites for this GitHub Action:
- name: JMeter Test
uses: QAInsights/[email protected]
with:
test-plan-path: ./TestPlans/T01_HomePageLoad.jmx
test-plan-path: ./TestPlans/S01_SimpleExample/S01_SimpleExample.jmx
args: "-H my.proxy.server -P 8000"
```

Expand Down

0 comments on commit 450ebad

Please sign in to comment.