rbhadti94/Apache JMeter
Runs an Apache JMeter test case
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit May 12, 2023
- License
- Apache 2.0
Pinned Snippet
uses: rbhadti94/apache-jmeter-action@f7da1bc9fee0b7c85b421761fa30a6f3e2b95647 # v0.7.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| testFilePath | The path to the JMX test file | yes | — |
| outputReportsFolder | The folder where the JMeter reports will be published | no | reports/ |
| plugins | List of jmeter plugins to install | no | — |
| dependencyFolder | Folder that contains custom jmeter plugins or dependencies | no | — |
| args | Optional arguments that are passed to the JMeter tool Options: -p, --propfile <argument> -q, --addprop <argument> -i, --jmeterlogconf <argument> -j, --jmeterlogfile <argument> -s, --server -E, --proxyScheme <argument> -H, --proxyHost <argument> -P, --proxyPort <argument> -N, --nonProxyHosts<argument> -u, --username <argument> -a, --password <argument> -J, --jmeterproperty <argument>=<value> -G, --globalproperty <argument>=<value> -D, --systemproperty <argument>=<value> -S, --systemPropertyFile <argument> -f, --forceDeleteResultFile -L, --loglevel <argument>=<value> -r, --runremote -R, --remotestart <argument> -d, --homedir <argument> -X, --remoteexit -g, --reportonly <argument> | no | — |
Outputs
no outputs