All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.serenitybdd.junit.runners.package-info Maven / Gradle / Ivy

There is a newer version: 4.2.9
Show newest version
/**
 * Serenity JUnit test runner and associated classes.
 * This is the heart of the Serenity JUnit integration.
 * The {@link net.serenitybdd.junit.runners.SerenityRunner}
 * runner reads the annotations in the test class, and manages the
 * WebDriver lifecycle, creating a WebDriver instance at the start
 * of the tests, and closing it at the end. It also coordinates
 * the creation of the test run model and the reporting.
 */
package net.serenitybdd.junit.runners;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy