issues
search
Loadium
/
postman2jmx
Postman collection to Jmeter jmx file converter
MIT License
172
stars
94
forks
source link
Added 'PATCH' to the list of calls for building the JmxBody.
#10
Open
jpd1
opened
4 years ago
jpd1
commented
4 years ago
Body field can be populated for a PATCH call within Postman, which is not populated in the jmx file.
Added 'PATCH' to the list of calls for building the JmxBody.
PATCH constant is available within Java WS RS API v2.1. However, jMeter v4 refers to Java WS RS API v2.0.1 which does not have a PATCH constant.
PR is related to this
issue
.
ssozuer
commented
3 years ago
Hi @bilalvdemir, Can you merge this pr?