Skip to content

Commit

Permalink
Adding Example For The Plugins Section (#28)
Browse files Browse the repository at this point in the history
* Adding jpgc-casutg items

* adding items
  • Loading branch information
rbhadti94 authored May 12, 2023
1 parent 3bab17f commit f7da1bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testjmeteraction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
testFilePath: tests/sample_test.jmx
outputReportsFolder: reports/
args: "--loglevel INFO"
plugins: "jpgc-casutg"

- name: Run More Than One JMeter Action
uses: ./
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ Please see https://jmeter.apache.org/usermanual/get-started.html for more inform
outputReportsFolder: reports/
args: "--loglevel INFO -JMyProperty=Value --jmeterlogconf=log.conf"

# Use JMeter to run the JMX test case with additional plugins
- name: Run JMeter Tests plugins
uses: rbhadti94/[email protected]
with:
testFilePath: tests/sample_test.jmx
outputReportsFolder: reports/
args: "--loglevel INFO -JMyProperty=Value --jmeterlogconf=log.conf"
plugins: "jpgc-casutg"

# Use JMeter to run all tests in a folder
# Modify the logging level and pass in some custom properties and config
- name: Run All JMeter Tests In tests Folder
Expand Down

0 comments on commit f7da1bc

Please sign in to comment.