api-testing/cmd
Rick e866727d53
feat: support to run test suite via http (#478)
* feat: support to run test suite via http

* improve the extension download

* download extenion in the e2e

* add extension-registry into the helm values.yaml file

* update helm install in e2e test

* fix the k8s helm chart testing

---------

Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2024-06-10 18:52:33 +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 graphql feature support (#326) 2023-12-21 11:15:12 +08:00
extension.go feat: support to run test suite via http (#478) 2024-06-10 18:52:33 +08:00
extension_test.go feat: support to run test suite via http (#478) 2024-06-10 18:52:33 +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: support image registry mock server (#425) 2024-05-14 12:23:44 +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: improve the home dir getting (#474) 2024-06-05 11:01:01 +08:00
run_test.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +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: support to run test suite via http (#478) 2024-06-10 18:52:33 +08:00
server_test.go fix: not work when grpc port is a random one (#467) 2024-05-31 13:40:57 +08:00
service.go chore: improve the home dir getting (#474) 2024-06-05 11:01:01 +08:00