net.serenitybdd.junit.runners.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of serenity-junit Show documentation
Show all versions of serenity-junit Show documentation
Serenity JUnit integration
/**
* 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