AmadeusITGroup / kassette

kassette is a development server, used mainly for testing, which proxies requests and is able to easily manage local mocks.
MIT License
9 stars 15 forks source link

feat: adding support for har file format #443

Closed divdavem closed 2 years ago

divdavem commented 2 years ago

This PR adds support for the har file format to store mocks (in addition to the previous format, now called folder format).

codecov[bot] commented 2 years ago

Codecov Report

Merging #443 (c04c077) into master (f043eb1) will not change coverage. The diff coverage is n/a.

:exclamation: Current head c04c077 differs from pull request most recent head 2a5cf8b. Consider uploading reports for the commit 2a5cf8b to get more accurate results

@@           Coverage Diff           @@
##           master     #443   +/-   ##
=======================================
  Coverage   89.54%   89.54%           
=======================================
  Files          32       32           
  Lines         784      784           
  Branches      159      159           
=======================================
  Hits          702      702           
  Misses         47       47           
  Partials       35       35           
Flag Coverage Δ
e2e 74.61% <0.00%> (ø)
ut 59.56% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f043eb1...2a5cf8b. Read the comment docs.