Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tush-tr/setup-jmeter

A github action that allows you to install and setup jmeter inside your github actions workflow
https://github.com/tush-tr/setup-jmeter

cicd github-actions java jdk jmeter jmeter-plugin

Last synced: 5 days ago
JSON representation

A github action that allows you to install and setup jmeter inside your github actions workflow

Awesome Lists containing this project

README

        

# setup-jmeter
A github action that allows you to install and setup jmeter inside your github actions workflow.

## How to use in your workflow?

```yml
- name: Setup Jmeter
uses: tush-tr/[email protected]
```

## Example workflow

```yml
name: Test Action
on:
push
jobs:
test-action:
runs-on: ubuntu-latest
steps:
- name: Setup Jmeter
uses: tush-tr/[email protected]
```