fix 3: PlayWright-xmlfileadded

This commit is contained in:
2024-11-05 11:44:18 -05:00
parent 4effcf0f76
commit 38f3bff1ce
5 changed files with 167 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="All Test Suite">
<test verbose="2" preserve-order="true" name="Regression">
<classes>
<class name="zacksolutions.LocatorsTest">
<methods>
<include name="locatorsCount"/>
</methods>
</class>
</classes>
</test>
</suite>