net.thucydides.junit.annotations.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 annotations are used to help Thucydides manage your web tests.
* The {@link net.thucydides.core.annotations.Managed} annotation declares a
* WebDriver field so that it's lifecycle can be managed by the Thucydides test runner.
* other annotations are used to provide extra information for the test reports.
* The Title annotation can be used to override the default test case title
* (which is derived from the test case class name) into something more readable.
*/
package net.thucydides.junit.annotations;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy