Hi!
It would be really nice, if we could have a functionality, where we could hook ApiDog test with a githook and the tests would run each time,
when there was a new commit. Of course, you should be able to specify not just a project in git, but also the required branch, that should be monitored.
If such functionality already exists, please guide me… thank you
Hi @npsoftware,
You might want to check out CI/CD integration for running tests automatically. Here’s the doc for reference:
CI/CD in Apidog - Apidog Docs
Hi buddy, just curious to know. Do you guys define test cases and run them everytime when new piece of code is pushed to make sure the already in use APIs are not affected or get broken? I would really appreciate your response.