eykrehbein / strest

⚡️ CI-ready tests for REST APIs configured in YAML
MIT License
1.74k stars 59 forks source link

HAR as schema #94

Closed jgroom33 closed 5 years ago

jgroom33 commented 5 years ago

This is a common format for http structures. https://en.wikipedia.org/wiki/.har http://www.softwareishard.com/blog/har-12-spec/#request

Google Chrome uses it to archive a request also.

This should be the schema used for the request object. After implementation is complete, this issue can be implemented as a standard:

https://github.com/Huachao/vscode-restclient/issues/287

jgroom33 commented 5 years ago

@eykrehbein I've made progress on the schema update. Here's a complex example: https://github.com/eykrehbein/strest/blob/develop/tests/success/JsonPath/JsonPath.strest.yml