From 4c10cd95c751965ca012f8edbf4ecefd387934b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20Trung=20Ng=C3=B4n?= Date: Tue, 1 Mar 2022 06:16:49 +0000 Subject: [PATCH] =?UTF-8?q?Add=20'Wiremock=20l=C3=A0=20g=C3=AC'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Wiremock-l%C3%A0-g%C3%AC.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Wiremock-l%C3%A0-g%C3%AC.md diff --git a/Wiremock-l%C3%A0-g%C3%AC.md b/Wiremock-l%C3%A0-g%C3%AC.md new file mode 100644 index 0000000..c1ca416 --- /dev/null +++ b/Wiremock-l%C3%A0-g%C3%AC.md @@ -0,0 +1,5 @@ +WireMock is a simulator for HTTP-based APIs. Some might consider it a service virtualization tool or a mock server. + +It enables you to stay productive when an API you depend on doesn't exist or isn't complete. It supports testing of edge cases and failure modes that the real API won't reliably produce. And because it's fast it can reduce your build time from hours down to minutes. + +See more: https://wiremock.org/ \ No newline at end of file