dimanche 21 juillet 2019

Is there a way to test multiple methods at once using Swagger

Im looking to migrate my api testing from PHPunit to swagger. I know that I am able to test single API calls with Swagger. However, one of the tests I have with PHPunit calls the create endpoint, update endpoint, and delete endpoint all in one test method, and checks the status at each interval. Is there a way to replicate this in swagger?

Aucun commentaire:

Enregistrer un commentaire