Skip to content

Commit

Permalink
feat: add custom thread group plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Melanie-RK committed May 21, 2024
1 parent f0d65e3 commit e967749
Show file tree
Hide file tree
Showing 4 changed files with 292 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Run JMeter Tests
uses: ./
with:
test-plan-path: ./TestPlans/S01_SimpleExample/S01_SimpleExample.jmx
test-plan-path: ./TestPlans/S04_StressSmokeTest/smoke_stress_test.jmx
args: "-e -o ./reports/html/"

- name: Upload Results
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV JMETER_BIN "${JMETER_HOME}/bin"
ENV PATH "$PATH:$JMETER_BIN"
ENV JMETER_CMD_RUNNER_VERSION "2.3"
ENV JMETER_PLUGIN_MANAGER_VERSION "1.9"
ENV JMETER_PLUGIN_INSTALL_LIST "jpgc-udp,jpgc-graphs-basic"
ENV JMETER_PLUGIN_INSTALL_LIST "jpgc-udp,jpgc-graphs-basic,jpgc-casutg"

COPY entrypoint.sh /entrypoint.sh
COPY jmeter-plugin-install.sh /jmeter-plugin-install.sh
Expand All @@ -29,4 +29,4 @@ RUN apk --no-cache add curl ca-certificates openjdk17-jre && \
# Downloading CMD Runner
RUN /jmeter-plugin-install.sh

ENTRYPOINT [ "/entrypoint.sh" ]
ENTRYPOINT [ "/entrypoint.sh" ]
Loading

0 comments on commit e967749

Please sign in to comment.