public class StepReporter extends AbstractReporter
Mapping between Cucumber and ReportPortal is as follows:
ITEM_TREE, launch| Constructor and Description |
|---|
StepReporter() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getFeatureTestItemType()
Return RP launch test item name mapped to Cucumber feature
|
protected java.util.Optional<io.reactivex.Maybe<java.lang.String>> |
getRootItemId() |
protected java.lang.String |
getScenarioTestItemType()
Return RP launch test item name mapped to Cucumber scenario
|
addToTree, afterHooks, afterLaunch, afterScenario, afterStep, beforeHooks, beforeLaunch, beforeScenario, beforeStep, buildFinishTestItemRequest, buildMultilineArgument, buildReportPortal, buildStartFeatureRequest, buildStartHookRequest, buildStartScenarioRequest, buildStartStepRequest, embedding, extractAttributes, finishFeature, finishTestItem, finishTestItem, formatDataTable, getAttributes, getCodeRef, getCodeRef, getCurrentScenarioContext, getDescription, getDescription, getEmbedEventHandler, getHookTypeAndName, getParameters, getReportPortal, getStepName, getTestCaseFinishedHandler, getTestCaseId, getTestCaseId, getTestCaseStartedHandler, getTestRunFinishedHandler, getTestRunStartedHandler, getTestSourceReadHandler, getTestStepFinishedHandler, getTestStepStartedHandler, getWriteEventHandler, handleEndOfFeature, handleStartOfTestCase, handleTestStepFinished, handleTestStepStarted, hookFinished, mapItemStatus, mapLevel, removeFromTree, reportResult, sendLog, sendLog, setEventPublisher, setReportPortal, startFeature, startHook, startLaunch, startScenario, startStep@Nonnull protected java.util.Optional<io.reactivex.Maybe<java.lang.String>> getRootItemId()
getRootItemId in class AbstractReporter@Nonnull protected java.lang.String getFeatureTestItemType()
AbstractReportergetFeatureTestItemType in class AbstractReporter@Nonnull protected java.lang.String getScenarioTestItemType()
AbstractReportergetScenarioTestItemType in class AbstractReporter