You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Apache JMeter
v0.1.1
This action runs a JMeter performance test using a given JMX test file. It will output a log file and a results file.
Required: The path to the JMX test file to run with JMeter
Not Required: The folder in which the JMeter reports are produced.
# Use JMeter to run the JMX test case and produce reports in the "reports/"
# directory in the workspace.
- name: Run JMeter Tests
uses: rbhadti94/[email protected]
with:
testFilePath: tests/sample_test.jmx
outputReportsFolder: reports/