Skip to content

Commit 5e7913a

Browse files
committed
chore: removal of custom test listener
1 parent a2851a3 commit 5e7913a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/com/eliasnogueira/BaseWeb.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,11 @@
3131
import org.testng.annotations.AfterMethod;
3232
import org.testng.annotations.BeforeMethod;
3333
import org.testng.annotations.BeforeSuite;
34-
import org.testng.annotations.Listeners;
3534
import org.testng.annotations.Optional;
3635
import org.testng.annotations.Parameters;
3736

3837
import static com.eliasnogueira.config.ConfigurationManager.configuration;
3938

40-
@Listeners({TestListener.class})
4139
public abstract class BaseWeb {
4240

4341
@BeforeSuite

0 commit comments

Comments
 (0)