Go to file
rbhadti94 14f06354a2 Added status badge 2020-04-26 23:19:07 +01:00
.github/workflows GH-5 Reports being archived and README.md updated to include this 2020-04-26 23:13:22 +01:00
tests Added sample jmx tests 2020-04-26 20:47:48 +01:00
Dockerfile JMeter dockerfile and action metadata file 2020-04-26 18:57:29 +01:00
LICENSE Initial commit 2020-04-26 17:37:47 +01:00
README.md Added status badge 2020-04-26 23:19:07 +01:00
action.yaml GH-5 Reports being archived and README.md updated to include this 2020-04-26 23:13:22 +01:00

README.md

Test Action

Apache JMeter Github Action

This action runs a JMeter performance test using a given JMX test file. It will output a log file and a results file.

Inputs

testFilePath

Required: The path to the JMX test file to run with JMeter

outputReportsFolder

Not Required: The folder in which the JMeter reports are produced.

Example usage

# Use JMeter to run the JMX test case and produce reports in the "reports/"
# directory in the workspace.
- name: Run JMeter Tests
  uses: rbhadti94/apache-jmeter-action@v0.1.1
  with:
    testFilePath: tests/sample_test.jmx
    outputReportsFolder: reports/