Java JUnit
This example project shows how to run JUnit tests in Java with Cloudbeat integration. It’s a simple way to get started with running your tests in the cloud and viewing results in real time.
Installation
<dependency>
<groupId>io.cloudbeat</groupId>
<artifactId>cb-kit-selenium4</artifactId>
<version>LATEST</version>
</dependency>
<dependency>
<groupId>io.cloudbeat</groupId>
<artifactId>cb-kit-common</artifactId>
<version>LATEST</version>
</dependency>
<dependency>
<groupId>io.cloudbeat</groupId>
<artifactId>cb-kit-junit5</artifactId>
<version>LATEST</version>
</dependency><cloudbeat.version>1.0.11</cloudbeat.version>
Implementing Cloudbeat Reporting
Creating a Java JUnit project in Cloudbeat

Connect your test project to CloudBeat
Git synchronization
Uploading manually

Running your tests


Running multiple tests




Last updated