From caba4ca9c4ddeddb0c7ba5088107ad1431cb6c9a Mon Sep 17 00:00:00 2001 From: Achanandhi-M Date: Thu, 13 Nov 2025 09:38:50 +0530 Subject: [PATCH] feat: added test run in microservice quickstart guide Signed-off-by: Achanandhi-M --- .../quickstart/python-microservices.md | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/versioned_docs/version-3.0.0/quickstart/python-microservices.md b/versioned_docs/version-3.0.0/quickstart/python-microservices.md index e8ed6c27b..17c40d210 100644 --- a/versioned_docs/version-3.0.0/quickstart/python-microservices.md +++ b/versioned_docs/version-3.0.0/quickstart/python-microservices.md @@ -1068,7 +1068,7 @@ code={` Sample Keploy Record Microservices -**Step 6: Once you’re done creating the user details, let’s fetch the product details. This will be helpful when placing an order.\*\*** +**Step 6: Once you’re done creating the user details, let’s fetch the product details. This will be helpful when placing an order.** Sample Keploy Record Microservices @@ -1358,6 +1358,10 @@ Use the following link to install the [Chrome Extension](https://chromewebstore. **Note: This extension works only on the Chrome browser. Make sure you’re using Chrome to try it out.** +**Also, please verify that the Keploy Chrome Extension is installed and running.** + +Sample Keploy Record Microservices + Once done, Go to [Keploy Enterprise UI](https://app.keploy.io) to try out Keploy API Testing. Once you sign in, you’ll see a dashboard like this: Sample Keploy Record Microservices @@ -2515,10 +2519,22 @@ Paste the cURL commands in the cURL section. Sample Keploy Record Microservices -**Step 9: After generating the test, click the Run Tests button to execute it.** +**Step 9: After generating the test, click the Run Tests button to execute it. Ensure that Private Mode is turned on before running the tests.** + +Sample Keploy microservices + +**Step 10: After completion, you’ll be able to see the executed test results.** + +Sample Keploy microservices + +**Step 11: To view detailed reports, including test run count, pass/fail status, and other insights, go to the Test Report section.** + +Sample Keploy microservices + +**Step 12: To visualize analytics such as daily API test runs, test activity, and HTTP methods, navigate to the Dashboard section. It provides a complete overview of your testing insights.** -Sample Keploy Record Microservices +Sample Keploy microservices ## Conclusion 🎉 -Well done! You’ve seen how Keploy helps test your microservices without writing any code. You've generated test cases, run tests, and checked coverage—all with just a few commands. +Well done! You’ve seen how Keploy helps test your microservices without writing any code. You've generated test cases, run tests, and checked coverage—all with just a few steps.