JUnit 5

What is JUnit 5?

JUnit 5 is an open source framework, which is used for writing and running tests. Provides annotations to identify test methods. Provides assertions for testing expected results. Provides test runners for running tests.

How to install JUnit 5?

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

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

  2. Click "Activate":

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

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

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

Last updated