Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
#228 Deprecated Reporter annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrzyzanowski committed Sep 18, 2018
1 parent e78ed6e commit ef6a780
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
*/
package com.cognifide.qa.bb.reporter;

/**
* @deprecated since 1.6.0, we are moving towards using external reporting engine, Allure with JUnit5
*/
@Deprecated
public interface Reporter {

void generateReport();
Expand Down

0 comments on commit ef6a780

Please sign in to comment.