Behave
Documentation for Qase API and Reporters is at https://reporters.qase.io/
What is Behave?
Behave is a popular behavior-driven development (BDD) framework for Python. It is used to write and execute tests in a natural language style (Gherkin syntax), which is easy to understand for both technical and non-technical stakeholders. This makes it a powerful tool for collaboration between developers, testers, and business analysts in the software development process.
Get an API token for the reporter:
To pass the results of your Behave executions, let's first get an API Token:
Get an API token from this page: https://app.qase.io/user/api/token
Find the instructions to adding the Behave reporter to your automation flow.
Last updated