-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
Alex Alves edited this page Mar 5, 2021
·
3 revisions
- What do you need of Swagger? Swagger is a tool that allows you to document your API, exposing the paths, verbs, and models.
- What report templates is supported? For now, only supports the JUnit report format.
- Why do you have the option of webhook? For you send the result for an API and after treatment the data the way that you want. For example, if you want to do a timeline, you can store all data in a database and build a frontend to show this timeline or graph, or show only the critical results.
- When do I need to use this? When you want to see the test coverage of your API endpoints.