mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-16 07:07:37 +08:00
fix: smoketest
This commit is contained in:
8
.github/workflows/smoketest.yml
vendored
8
.github/workflows/smoketest.yml
vendored
@@ -66,11 +66,11 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
- name: Build hrp binary
|
||||
run: make build
|
||||
- name: Run smoketest - postman echo
|
||||
run: ./output/hrp boom examples/hrp/postman-echo.json --spawn-count 10 --spawn-rate 10 --loop-count 10
|
||||
- name: Run smoketest - data driven with parameterize mechanism
|
||||
- name: Run smoketest - run with parameters
|
||||
run: ./output/hrp run examples/hrp/parameters_test.json
|
||||
- name: Run smoketest - boom with parameters
|
||||
run: ./output/hrp boom examples/hrp/parameters_test.json --spawn-count 10 --spawn-rate 10 --loop-count 10
|
||||
- name: Run smoketest - rendezvous
|
||||
- name: Run smoketest - boom with rendezvous
|
||||
run: |
|
||||
./output/hrp boom examples/hrp/rendezvous_test.json --spawn-count 10 --spawn-rate 10 --loop-count 10
|
||||
- name: Run hrp convert --pytest
|
||||
|
||||
Reference in New Issue
Block a user