From f7da1bc9fee0b7c85b421761fa30a6f3e2b95647 Mon Sep 17 00:00:00 2001 From: Ravindra Bhadti Date: Fri, 12 May 2023 18:52:46 +0100 Subject: [PATCH] Adding Example For The Plugins Section (#28) * Adding jpgc-casutg items * adding items --- .github/workflows/testjmeteraction.yml | 1 + README.md | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/.github/workflows/testjmeteraction.yml b/.github/workflows/testjmeteraction.yml index 50e1113..6308fa0 100644 --- a/.github/workflows/testjmeteraction.yml +++ b/.github/workflows/testjmeteraction.yml @@ -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: ./ diff --git a/README.md b/README.md index 257fb55..b312243 100644 --- a/README.md +++ b/README.md @@ -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/apache-jmeter-action@v0.5.0 + 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