net.thucydides.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
/**
* Thucydides JUnit test runner and associated classes.
* This is the heart of the Thucydides JUnit integration.
* The {@link net.thucydides.junit.runners.ThucydidesRunner}
* 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.thucydides.junit.runners;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy