Behave

circle-info

Documentation for Qase API and Reporters is at https://developers.qase.io/docs/arrow-up-right

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:

  1. Get an API token from this page: https://app.qase.io/user/api/tokenarrow-up-right

  2. Find the instructionsarrow-up-right to adding the Behave reporter to your automation flow.

Last updated