config:
target: "http://localhost:3000"
phases:
- arrivalRate: 30
duration: 1
scenarios:
- flow:
- log: "증상 보고서 입력 POST 요청 시도"
- post:
url: "http://localhost:3000/report"
json:
symptoms: "빈혈,혈뇨,근육통"
capture:
json: "$.report_id"
as: "report_id"
- log: "환자 이송 신청 POST 요청 시도"
- post:
url: "http://localhost:3000/request/{{report_id}}/100"
GitHub Action은 문제없이 돌아간다.
잘 반영되었는지 확인하려고 하니
암튼 한번에 될리가 없지
예전에 이 에러 봤던 것 같은데 기억을 되살려서 해결해야된다....ㅎㅎ !!!!!!! 화이탱