mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-04 04:56:58 +08:00
feat: add --profile flag for har2case to support overwrite headers/cookies with specified yaml/json profile file
This commit is contained in:
4
examples/data/har/profile.yml
Normal file
4
examples/data/har/profile.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
headers:
|
||||
Content-Type: "application/x-www-form-urlencoded"
|
||||
cookies:
|
||||
UserName: "debugtalk"
|
||||
Reference in New Issue
Block a user