net.serenitybdd.reports.configuration.ReportProperty.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of serenity-machinereadable-reports Show documentation
Show all versions of serenity-machinereadable-reports Show documentation
Serenity machine-readable reports
The newest version!
package net.serenitybdd.reports.configuration
import net.thucydides.core.util.EnvironmentVariables
interface ReportProperty {
fun configuredIn(environmentVariables: EnvironmentVariables) : A
}