mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
test Lance
This commit is contained in:
parent
815cb465be
commit
d673fb96ca
1 changed files with 7 additions and 36 deletions
43
.github/workflows/run-jmeter-test.yml
vendored
43
.github/workflows/run-jmeter-test.yml
vendored
|
@ -5,39 +5,10 @@ jobs:
|
||||||
test-action:
|
test-action:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Jmeter
|
- uses: actions/checkout@v4
|
||||||
uses: Rodi26/setup-jmeter@v0.0.4
|
- name: Run JMeter Action on a test
|
||||||
- name: Run Jmeter
|
uses: rbhadti94/apache-jmeter-action@v0.5.0
|
||||||
run: ls -la ${{ github.action_path }}
|
with:
|
||||||
#run: ${{ github.workspace }}/jmeter-5.6.3/bin/jmeter -n -t ${{ github.workspace }}/src/test/jmeter/petclinic_test_plan.jmx -l reports/results.jtl
|
testFilePath: src/test/jmeter/petclinic_test_plan.jmx
|
||||||
|
outputReportsFolder: reports/
|
||||||
|
args: "--loglevel INFO"
|
||||||
|
|
||||||
|
|
||||||
#name: Test JMeter Action
|
|
||||||
#test2
|
|
||||||
# push:
|
|
||||||
# branches: [ main ]
|
|
||||||
# pull_request:
|
|
||||||
# branches: [ main ]
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#jobs:
|
|
||||||
# action_build:
|
|
||||||
# runs-on: ubuntu-latest
|
|
||||||
# steps:
|
|
||||||
# - uses: actions/checkout@v4
|
|
||||||
|
|
||||||
# - name: Run JMeter Action on a test
|
|
||||||
# uses: kzhou57/apache-jmeter-action@v0.8.3
|
|
||||||
# with:
|
|
||||||
# testFilePath: src/test/jmeter/petclinic_test_plan.jmx
|
|
||||||
# outputReportsFolder: reports/
|
|
||||||
# args: "--loglevel INFO"
|
|
||||||
|
|
||||||
# - uses: actions/upload-artifact@v4
|
|
||||||
# with:
|
|
||||||
# name: jmeter-test-results
|
|
||||||
# path: reports/
|
|
Loading…
Reference in a new issue