Package com.epam.reportportal.karate
Class KarateReportPortalRunner
- java.lang.Object
-
- com.epam.reportportal.karate.KarateReportPortalRunner
-
public class KarateReportPortalRunner extends java.lang.ObjectKarate runner with ReportPortal integration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKarateReportPortalRunner.Builder<T extends KarateReportPortalRunner.Builder<T>>Builder for the Karate runner with ReportPortal integration
-
Constructor Summary
Constructors Constructor Description KarateReportPortalRunner()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends KarateReportPortalRunner.Builder<T>>
KarateReportPortalRunner.Builder<T>path(java.lang.String... paths)Create a new builder for the Karate runner with ReportPortal integration
-
-
-
Method Detail
-
path
public static <T extends KarateReportPortalRunner.Builder<T>> KarateReportPortalRunner.Builder<T> path(java.lang.String... paths)
Create a new builder for the Karate runner with ReportPortal integration- Type Parameters:
T- type of the builder- Parameters:
paths- paths to feature files- Returns:
- a new builder
-
-