Skip to content

Commit

Permalink
Deprecate step reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Jan 25, 2024
1 parent 8aaa4a9 commit 469418b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
* Scenarios will not have it.
*
* @author Vadzim Hushchanskou
* @deprecated Use {@link ReportPortalScenarioFormat}, since the semantic of this class is completely broken and will be removed
*/
@Deprecated
public class ReportPortalStepFormat extends ReportPortalFormat {
public static final ReportPortalStepFormat INSTANCE = new ReportPortalStepFormat();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
* statistic.
*
* @author Vadzim Hushchanskou
* @deprecated Use {@link ReportPortalScenarioStoryReporter}, since the semantic of this class is completely broken and will be removed
*/
@Deprecated
public class ReportPortalStepStoryReporter extends ReportPortalStoryReporter {
public ReportPortalStepStoryReporter(final Supplier<Launch> launchSupplier, TestItemTree testItemTree) {
super(launchSupplier, testItemTree);
Expand Down

0 comments on commit 469418b

Please sign in to comment.