Conversation
Achanandhi-M
left a comment
There was a problem hiding this comment.
Hey @Akshat005Chaudhary, thanks for adding the quickstart—really appreciate the effort. Could you please include a short video showcasing your changes?
Also, please avoid making changes to the sidebar. I noticed updates to the test coverage integration as well—kindly avoid including unnecessary changes.
Additionally, please include the Keploy record and replay commands, making sure the commands are clearly visible. It would be great to have these commands documented for both Docker-based and non-Docker setups. Thanks
Hi @Achanandhi-M, thanks for the feedback! I’ve taken care of the requested updates. Here’s a short video demonstrating my changes and the updated docs site in action: Also, please let me know if you would prefer a video demonstrating the application working with Keploy integration as well, or if the current video covering the documentation changes is sufficient. I’d be happy to add another demo if required. Thanks! |
Added quickstart for another language (Perl)
Summary
This PR adds a new Perl + MongoDB Quickstart to the Keploy documentation (latest version: v4.0.0).
The guide is written to be beginner-friendly and demonstrates how to integrate Keploy with a Perl-based
application using MongoDB for integration testing.
What This Quickstart Covers
The new quickstart includes:
keploy record)keploy replay)Docs Changes Included
This PR updates the docs website to properly surface the new quickstart:
Added quickstart page:
versioned_docs/version-4.0.0/quickstart/perl-mongo.mdAdded sidebar entry:
versioned_sidebars/version-4.0.0-sidebars.jsonAdded Perl as a supported language in QuickStart filtering UI:
src/components/QuickStartFilter.jsListed the quickstart in the QuickStart cards view (Local + Docker flows):
src/components/QuickStartList.jsAdded required images under:
static/img/quickstart/perl-mongo/Build and Validation
Thanks for opening this pull request! If the tests fail, please feel free to reach out to us by leaving a comment down below and we will be happy to take a look.