api-testing/pkg/runner
hahahashen ea911ae8c2
feat: support write the report to a HTTP server (#367)
2024-04-22 16:28:14 +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 fix: extension agent cannot quit normally in container (#303) 2023-12-04 12:19:44 +08:00
monitor feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
testdata feat: provide the query parameter via swagger (#339) 2024-01-22 11:04:12 +08:00
writer_templates feat: support write the report to a HTTP server (#367) 2024-04-22 16:28:14 +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 graphql feature support (#326) 2023-12-21 11:15:12 +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 fix: panic with the gRPC test cases (#334) 2024-01-15 13:32:11 +08:00
grpc_test.go feat: add runner extension and remove trpc (#333) 2024-01-12 11:29:35 +08:00
http.go feat: add cookie support for the requesting (#355) 2024-04-10 08:39:01 +08:00
http_reverse.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
http_reverse_test.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
http_test.go feat: add cookie support for the requesting (#355) 2024-04-10 08:39:01 +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 graphql feature support (#326) 2023-12-21 11:15:12 +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 graphql feature support (#326) 2023-12-21 11:15:12 +08:00
reporter_prometheus_test.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
runner.go feat: add runner extension and remove trpc (#333) 2024-01-12 11:29:35 +08:00
runner_factory.go fix: convert the kind name to be lowercase (#335) 2024-01-15 15:15:12 +08:00
runner_test.go feat: add runner extension and remove trpc (#333) 2024-01-12 11:29:35 +08:00
verify.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
verify_test.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +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 graphql feature support (#326) 2023-12-21 11:15:12 +08:00
writer_github_pr_comment_test.go feat: add graphql feature support (#326) 2023-12-21 11:15: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: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
writer_pdf.go feat: add graphql feature support (#326) 2023-12-21 11:15:12 +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