Skip to content

Commit 1866dfc

Browse files
authored
Merge branch 'main' into announceBar
2 parents 0e35f2f + 7c66d0f commit 1866dfc

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

versioned_docs/version-3.0.0/quickstart/python-microservices.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ code={`
10681068

10691069
<img src="https://keploy-devrel.s3.us-west-2.amazonaws.com/microservices_postman_5.png" alt="Sample Keploy Record Microservices" width="100%" style={{ borderRadius: '5px' }} />
10701070

1071-
**Step 6: Once you’re done creating the user details, let’s fetch the product details. This will be helpful when placing an order.\*\***
1071+
**Step 6: Once you’re done creating the user details, let’s fetch the product details. This will be helpful when placing an order.**
10721072

10731073
<img src="https://keploy-devrel.s3.us-west-2.amazonaws.com/microservices_postman_6.png" alt="Sample Keploy Record Microservices" width="100%" style={{ borderRadius: '5px' }} />
10741074

@@ -1358,6 +1358,10 @@ Use the following link to install the [Chrome Extension](https://chromewebstore.
13581358

13591359
**Note: This extension works only on the Chrome browser. Make sure you’re using Chrome to try it out.**
13601360

1361+
**Also, please verify that the Keploy Chrome Extension is installed and running.**
1362+
1363+
<img src="https://keploy-devrel.s3.us-west-2.amazonaws.com/keploy_api_testing_0.png" alt="Sample Keploy Record Microservices" />
1364+
13611365
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:
13621366

13631367
<img src="https://keploy-devrel.s3.us-west-2.amazonaws.com/keploy_api_testing_1.png" alt="Sample Keploy Record Microservices" />
@@ -2515,10 +2519,22 @@ Paste the cURL commands in the cURL section.
25152519
25162520
<img src="https://keploy-devrel.s3.us-west-2.amazonaws.com/keploy_api_testing_10.png" alt="Sample Keploy Record Microservices" />
25172521
2518-
**Step 9: After generating the test, click the Run Tests button to execute it.**
2522+
**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.**
2523+
2524+
<img src="https://keploy-devrel.s3.us-west-2.amazonaws.com/keploy_api_testing_12.png" alt="Sample Keploy microservices" />
2525+
2526+
**Step 10: After completion, you’ll be able to see the executed test results.**
2527+
2528+
<img src="https://keploy-devrel.s3.us-west-2.amazonaws.com/keploy_api_testing_13.png" alt="Sample Keploy microservices" />
2529+
2530+
**Step 11: To view detailed reports, including test run count, pass/fail status, and other insights, go to the Test Report section.**
2531+
2532+
<img src="https://keploy-devrel.s3.us-west-2.amazonaws.com/keploy_api_testing_14.png" alt="Sample Keploy microservices" />
2533+
2534+
**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.**
25192535
2520-
<img src="https://keploy-devrel.s3.us-west-2.amazonaws.com/keploy_api_testing_11.png" alt="Sample Keploy Record Microservices" />
2536+
<img src="https://keploy-devrel.s3.us-west-2.amazonaws.com/keploy_api_testing_15.png" alt="Sample Keploy microservices" />
25212537
25222538
## Conclusion 🎉
25232539
2524-
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.
2540+
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.

0 commit comments

Comments
 (0)