Skip to content

Update artsoftconsult.jmx #116

Update artsoftconsult.jmx

Update artsoftconsult.jmx #116

Workflow file for this run

name: Run JMeter Api update
on: [push]
jobs:
jmeter_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: setup-jmeter
run: |
wget https://downloads.apache.org/jmeter/binaries/apache-jmeter-5.6.3.tgz
sudo tar -xvf apache-jmeter-5.6.3.tgz
- name: run-jmeter-test
run: |
$GITHUB_WORKSPACE/apache-jmeter-5.6.3/bin/./jmeter.sh -n -t ApiUpdateFiles.jmx -l result.jtl