Slide 13
Slide 13 text
Bug Reporting
• Put your Frisby tests in an a public
GitHub repository & share the URL
• Developers can fork your repo, enter
their auth details, and run the API tests
• You may want a test/dev (non-production) API url for this
• Developers can submit pull requests
to report bugs in your API with Frisby tests
• You can review, fix the issue, and merge in
their code to prevent regressions