api-testing/pkg/runner
SamYSF 95adf09eaf
feat: add History api and ui (#524)
2024-09-18 20:41:43 +08:00
..
data feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
grpc_test feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
kubernetes feat: add logging support (#389) 2024-04-22 18:15:46 +08:00
monitor feat: add History api and ui (#524) 2024-09-18 20:41:43 +08:00
testdata feat: support session scope store (#517) 2024-07-21 11:16:43 +08:00
writer_templates feat: support send report to a gRPC server (#431) 2024-05-17 13:33:12 +08:00
doc.go feat: improve the HTTP request payload and expect (#2) 2023-03-05 11:32:27 +08:00
expr_function.go feat: add logging support (#389) 2024-04-22 18:15:46 +08:00
expr_function_test.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
graphql.go feat: add runner extension and remove trpc (#333) 2024-01-12 11:29:35 +08:00
graphql_test.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
grpc.go feat: enable refelction of the extension server (#511) 2024-07-11 14:06:06 +08:00
grpc_test.go feat: add logging support (#389) 2024-04-22 18:15:46 +08:00
http.go feat: add testcase debug log (#530) 2024-09-14 14:00:55 +08:00
http_reverse.go feat: add http requests metrics (#495) 2024-06-19 14:43:33 +08:00
http_reverse_test.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
http_test.go feat: support session scope store (#517) 2024-07-21 11:16:43 +08:00
logger.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
reporter.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
reporter_discard.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
reporter_discard_test.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
reporter_memory.go feat: add logging support (#389) 2024-04-22 18:15:46 +08:00
reporter_memory_test.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
reporter_prometheus.go feat: add test case execution related promethus metrics (#488) 2024-06-16 15:01:16 +08:00
reporter_prometheus_test.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
runner.go feat: support session scope store (#517) 2024-07-21 11:16:43 +08:00
runner_factory.go feat: add test case execution related promethus metrics (#488) 2024-06-16 15:01:16 +08:00
runner_test.go feat: support session scope store (#517) 2024-07-21 11:16:43 +08:00
verify.go feat: support JSON compaitble contentType parse (#496) 2024-06-21 09:29:46 +08:00
verify_test.go feat: support JSON compaitble contentType parse (#496) 2024-06-21 09:29:46 +08:00
writer.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
writer_github_pr_comment.go feat: add logging support (#389) 2024-04-22 18:15:46 +08:00
writer_github_pr_comment_test.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
writer_grpc.go feat: support send report to a gRPC server (#431) 2024-05-17 13:33:12 +08:00
writer_grpc_test.go feat: support send report to a gRPC server (#431) 2024-05-17 13:33:12 +08:00
writer_html.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
writer_html_test.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
writer_http.go feat: support write the report to a HTTP server (#367) 2024-04-22 16:28:14 +08:00
writer_http_test.go feat: support write the report to a HTTP server (#367) 2024-04-22 16:28:14 +08:00
writer_json.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
writer_json_test.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
writer_markdown.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
writer_markdown_test.go feat: support to set the prefix of mock server (#402) (#410) 2024-04-30 14:06:15 +08:00
writer_pdf.go feat: add logging support (#389) 2024-04-22 18:15:46 +08:00
writer_std.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
writer_std_test.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00