Commit Graph

9 Commits

Author SHA1 Message Date
Rick 6aed29e0b2
fix: the code smells from sonarqube (#43) 2023-04-18 12:25:55 +08:00
Rick e08c2046d5
feat: add a service commnd (#39)
* feat: add a service commnd

The following command will install atest as a Linux service. `atest service --action install`.

Set the default service port to be 7070 to avoid confliction

* add unit tests

* add more unit tests
2023-04-14 09:32:24 +08:00
Rick 9ee38ffc17
feat: support to validate the response via JSON schema (#38) 2023-04-12 13:31:52 +08:00
Rick a941923526
feat: support to set the log level (#33) 2023-04-08 18:27:21 +08:00
Rick 35008323d8
feat: support to set the request timeout (#15)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-03-30 19:44:49 +08:00
Rick 3ae751826d
feat: add normal form request support (#9)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-03-08 20:43:44 +08:00
Rick e1270c748e
feat: support form request (#8)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-03-08 17:32:53 +08:00
Rick da2952e1bf
test: add unit tests (#3)
Co-authored-by: Rick <linuxsuren@users.noreply.github.com>
2023-03-05 16:25:20 +08:00
Rick e52246454c
feat: improve the HTTP request payload and expect (#2)
* feat: improve the HTTP request payload and expect

* add unit tests

---------

Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-03-05 11:32:27 +08:00