From c3fb0dcf7c8caeedc4b54ab753d207e9d160c06b Mon Sep 17 00:00:00 2001 From: Wick Dynex <1328032567@qq.com> Date: Thu, 14 Nov 2024 17:31:54 +0800 Subject: [PATCH] Add beginner-friendly article to REST Assured Section in Java Roadmap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Content I’ve added a beginner-friendly article, A Guide to REST-assured, from Baeldung to the REST Assured section. If there’s anything that doesn’t meet the format, please feel free to comment. Thanks😊. ## Issue Fixed #7736 --- .../java/content/107-testing-java-apps/106-rest-assured.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/roadmaps/java/content/107-testing-java-apps/106-rest-assured.md b/src/data/roadmaps/java/content/107-testing-java-apps/106-rest-assured.md index 5ccdb5f55..b73790a3a 100644 --- a/src/data/roadmaps/java/content/107-testing-java-apps/106-rest-assured.md +++ b/src/data/roadmaps/java/content/107-testing-java-apps/106-rest-assured.md @@ -6,4 +6,5 @@ Visit the following resources to learn more: - [@official@Rest-assured](https://rest-assured.io/) - [@opensource@Rest-assured Documentation](https://github.com/rest-assured/rest-assured/wiki) +- [@article@A Guide to REST-assured](https://www.baeldung.com/rest-assured-tutorial) - [@feed@Explore top posts about REST API](https://app.daily.dev/tags/rest-api?ref=roadmapsh)