Documentation Index
Fetch the complete documentation index at: https://bruno-a6972042-mintlify-testing-jsonbody-jsonschema-1777266.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bruno uses the Chai library ↗, so you can follow the
same syntax for writing assertions in your tests.
- Increased efficiency: The tests can be run repeatedly, reducing the time and effort required for manual testing.
- Increased coverage: Automated tests can cover a larger range of scenarios and edge cases compared to manual testing.
- Continuous integration/continuous delivery (CI/CD): Automated API tests can be integrated into a CI/CD pipeline, ensuring that API changes are thoroughly tested before deployment.
- Easier maintenance: Automated tests can be easily updated as the API evolves, reducing the maintenance burden compared to manual tests.
- Easier regression testing: Automated tests can be easily repeated after changes are made to the API, reducing the time required for regression testing.
