Mocha
Documentation for Qase API and Reporters is at https://reporters.qase.io/
What is Mocha?
Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser, making asynchronous testing simple and fun. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases.
How to install Mocha?
To pass the results of your Mocha executions, you need to install the Mocha app.
Navigate to the Apps page and switch to the "Reporters" section, then click the "Mocha" card:
Click "Activate":
Switch to "Access Tokens" and generate an API token that the Mocha app will be using:
Click "Guide" to access the instruction on adding the Mocha reporter to your automation flow:
Once the Mocha app is installed, any test cases, test runs, and test results created and submitted will appear with the Mocha as the author of said cases, runs or results (instead of a specific user whose API token has been used). Slack notifications will also appear with the Mocha app as the author.
Last updated