api-testing/cmd
Rick accdb0e4ef
feat: add metrics support to mock server (#606)
* feat: add metrics support to mock server

* add unit tests

* fix the unit testing

---------

Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2025-02-08 09:28:39 +08:00
..
data chore: add favicon for the web page (#316) 2023-12-15 12:32:18 +08:00
testdata fix: avoid exit the main process when plugin start failed (#463) 2024-05-29 09:43:28 +08:00
convert.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
convert_test.go feat: add metrics support to mock server (#606) 2025-02-08 09:28:39 +08:00
extension.go feat: support to upload random image files (#541) 2024-10-03 17:45:49 +08:00
extension_test.go feat: add metrics support to mock server (#606) 2025-02-08 09:28:39 +08:00
function.go fix: extension agent cannot quit normally in container (#303) 2023-12-04 12:19:44 +08:00
function_test.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +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 auth support for server mode (#283) 2023-11-24 11:53:48 +08:00
mock.go feat: add metrics support to mock server (#606) 2025-02-08 09:28:39 +08:00
mock_test.go [wip] feat: add http proxy support (#597) 2025-01-20 23:10:08 +08:00
root.go feat: support to download extensions automatically (#471) 2024-06-04 10:30:38 +08:00
root_test.go feat: add auth support for server mode (#283) 2023-11-24 11:53:48 +08:00
run.go chore: support to print test case count in stdout (#589) 2024-12-24 21:27:59 +08:00
run_test.go [wip] feat: add http proxy support (#597) 2025-01-20 23:10:08 +08:00
sample.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
sample_test.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
server.go feat: add metrics support to mock server (#606) 2025-02-08 09:28:39 +08:00
server_test.go feat: add metrics support to mock server (#606) 2025-02-08 09:28:39 +08:00
service.go chore: improve the home dir getting (#474) 2024-06-05 11:01:01 +08:00