Junit 5
JUnit 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.
With the JUnit5 reporter you can publish the results of your automated test runs to your Qase project using the public API endpoints.