diff --git a/README.md b/README.md index 05e195b2..6cfc65ab 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ - [x] Full support for HTTP(S) requests, more protocols are also in the plan. - [x] Testcases can be described in multiple formats, `YAML`/`JSON`/`Golang`, and they are interchangeable. -- [ ] With [`HAR`][HAR] support, you can use Charles/Fiddler/Chrome/etc as a script recording generator. +- [x] With [`HAR`][HAR] support, you can use Charles/Fiddler/Chrome/etc as a script recording generator. - [x] Supports `variables`/`extract`/`validate`/`hooks` mechanisms to create extremely complex test scenarios. - [ ] Built-in integration of rich functions, and you can also use [`go plugin`][plugin] to create and call custom functions. - [x] Inherit all powerful features of [`Boomer`][Boomer] and [`locust`][locust], you can run `load test` without extra work. diff --git a/docs/flow.jpg b/docs/flow.jpg index 72f38f14..98515853 100644 Binary files a/docs/flow.jpg and b/docs/flow.jpg differ