public class StepReporter extends AbstractReporter
Mapping between Cucumber and ReportPortal is as follows:
COLON_INFIX, currentFeatureContext, currentScenarioContext, ITEM_TREE, launch, SKIPPED_ISSUE_KEY| Constructor and Description |
|---|
StepReporter() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getFeatureTestItemType()
Return RP test item name mapped to Cucumber feature
|
protected java.util.Optional<io.reactivex.Maybe<java.lang.String>> |
getRootItemId()
Returns the ID of the root item of the launch
|
protected java.lang.String |
getScenarioTestItemType()
Return RP test item name mapped to Cucumber scenario
|
after, afterFeature, afterHooks, afterLaunch, afterScenario, afterStep, background, before, beforeFeature, beforeHooks, beforeScenario, beforeStep, buildFinishTestItemRequest, buildMultilineArgument, buildReportPortal, buildScenarioName, buildStartFeatureRequest, buildStartHookRequest, buildStartScenarioRequest, buildStartStepRequest, close, done, embedding, endOfScenarioLifeCycle, eof, examples, extractAttributes, feature, finishTestItem, finishTestItem, getAttributes, getCodeRef, getCodeRef, getDescription, getDescription, getParameters, getReportPortal, getTestCaseId, hookFinished, mapLevel, mapStatus, match, reportResult, result, scenario, scenarioOutline, sendLog, sendLog, setReportPortal, startFeature, startHook, startOfScenarioLifeCycle, startScenario, startStep, step, syntaxError, uri, write@Nonnull protected java.util.Optional<io.reactivex.Maybe<java.lang.String>> getRootItemId()
AbstractReportergetRootItemId in class AbstractReporter@Nonnull protected java.lang.String getFeatureTestItemType()
AbstractReportergetFeatureTestItemType in class AbstractReporter@Nonnull protected java.lang.String getScenarioTestItemType()
AbstractReportergetScenarioTestItemType in class AbstractReporter