Hello everyone, 👋 I hope you're all doing well ^...
# help
f
Hello everyone, 👋 I hope you're all doing well ^^ I just have a question : In the company i'm working at they loved cypress. Know that I have automated end-2-end tests with cypress. They asked me if I can automated performance/load testing. So I looked on the internet and I found many tools like k6, artilery, gatling, etc. But my team would love something/tool like "*cypress does*" that is : - Visiting a page in our application - Get all http requests that have been made in the navigator inside that page - And finally, simulates a load testing with, for example, 200 users, on those requests. The use case is that, my team doesn't have to modify the test script when they make a change in the API or if they add a new endpoint to the API, And the idea that we can automated those tests in our CI/CD in github action, so we can find out if a pull request have create a regression in our application Any insights would be very appreciated 🙏
3 Views