TestCafe

What is TestCafe?

TestCafe framework is an open-source automation framework built with NodeJS. It supports JavaScript, Typescript, and CoffeeScript out of the box, which means zero configuration is needed. TestCafe is distributed under an open-source MIT license and is managed by DevExpress

How to install TestCafe?

To pass the results of your TestCafe executions, you need to install the TestCafe app.

  1. Navigate to the Apps page and switch to "Reporters" section, then click the "TestCafe" card:

  2. Click "Activate":

  3. Switch to "Access Tokens" and generate an API token that the TestCafe app will be using:

  4. Click "Guide" to access the instruction on adding the TestCafe reporter to your automation flow:

Once the TestCafe app is installed, any test cases, test runs, and test results created and submitted will appear with the TestCafe 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 TestCafe app as the author.

Last updated