We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615a449 commit a202860Copy full SHA for a202860
testng3.xml
@@ -2,6 +2,7 @@
2
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
3
<suite name="Suite" parallel="tests" thread-count="4">
4
5
+ <!-- Listeners Interface in TestNG framework -->
6
<listeners>
7
<listener class-name="myTestSuite.Listeners"/>
8
</listeners>
0 commit comments