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 708606b commit c3a5b72Copy full SHA for c3a5b72
src/test/resources/suites/MasterSuite.xml
@@ -2,8 +2,8 @@
2
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd" >
3
<suite name="Master Suite">
4
<suite-files>
5
- <suite-file path="RegistrationSuite.xml"></suite-file>
+ <!-- <suite-file path="RegistrationSuite.xml"></suite-file>-->
6
<suite-file path="TallySuite.xml"></suite-file>
7
- <suite-file path="CashboxSuite.xml"></suite-file>
+ <!-- <suite-file path="CashboxSuite.xml"></suite-file>-->
8
</suite-files>
9
</suite>
0 commit comments