We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2851a3 commit 5e7913aCopy full SHA for 5e7913a
src/test/java/com/eliasnogueira/BaseWeb.java
@@ -31,13 +31,11 @@
31
import org.testng.annotations.AfterMethod;
32
import org.testng.annotations.BeforeMethod;
33
import org.testng.annotations.BeforeSuite;
34
-import org.testng.annotations.Listeners;
35
import org.testng.annotations.Optional;
36
import org.testng.annotations.Parameters;
37
38
import static com.eliasnogueira.config.ConfigurationManager.configuration;
39
40
-@Listeners({TestListener.class})
41
public abstract class BaseWeb {
42
43
@BeforeSuite
0 commit comments