diff --git a/har2case/README.md b/har2case/README.md new file mode 100644 index 00000000..3cde2661 --- /dev/null +++ b/har2case/README.md @@ -0,0 +1,9 @@ +# har2case + +Convert HAR(HTTP Archive) to YAML/JSON testcases for HttpRunner and HttpBoomer. + +## Install + +## Quick Start + +## Examples diff --git a/har2case/main.go b/har2case/core.go similarity index 100% rename from har2case/main.go rename to har2case/core.go diff --git a/har2case/main_test.go b/har2case/core_test.go similarity index 100% rename from har2case/main_test.go rename to har2case/core_test.go