WikiPortal / DoodleCollab

Your Ultimate Whiteboard and Sharing Solution
https://doodlecollab.vercel.app/
Apache License 2.0
26 stars 52 forks source link

Website issue: Integrate Keploy to automate tests of the whole webapp #107

Open ItsRoy69 opened 9 months ago

ItsRoy69 commented 9 months ago

Description

Integrate the keploy tool to test the webapp, capture the network calls by automating to test the apis and generate mock datas.

Visit https://keploy.io/docs/quickstart/samples-nodejs/ for more information about how to generate testcases using keploy. The testcases should be stored inside a proper folder name

Screenshots

No response

🥦 Browser

Google Chrome

Checklist ✅

cu8code commented 9 months ago

would love to work on this issue.

cu8code commented 9 months ago

hey, form what I can understand keploy records network requests and play them as needed for testing. so, for the backend I record all the network request using something like postman.? And do the same for frontend?

ItsRoy69 commented 9 months ago

Yes, check the API's and test using keploy.