api-testing/cmd
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
..
testdata feat: add API and expect status code default value (#10) 2023-03-10 15:42:19 +08:00
init.go feat: add a service commnd (#39) 2023-04-14 09:32:24 +08:00
jsonschema.go feat: support to print the JSON schema of the TestSuite struct (#31) 2023-04-06 17:40:38 +08:00
jsonschema_test.go feat: add a service commnd (#39) 2023-04-14 09:32:24 +08:00
root.go feat: add a service commnd (#39) 2023-04-14 09:32:24 +08:00
root_test.go feat: add a service commnd (#39) 2023-04-14 09:32:24 +08:00
run.go feat: support to set the log level (#33) 2023-04-08 18:27:21 +08:00
run_test.go feat: add a service commnd (#39) 2023-04-14 09:32:24 +08:00
sample.go feat: support to print a sample YAML (#20) 2023-04-02 11:50:43 +08:00
sample_test.go feat: add a service commnd (#39) 2023-04-14 09:32:24 +08:00
server.go feat: add a service commnd (#39) 2023-04-14 09:32:24 +08:00
server_test.go feat: add a service commnd (#39) 2023-04-14 09:32:24 +08:00
service.go feat: add a service commnd (#39) 2023-04-14 09:32:24 +08:00
service_test.go feat: add a service commnd (#39) 2023-04-14 09:32:24 +08:00