-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathtestng.xml
18 lines (18 loc) · 875 Bytes
/
testng.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="Playwright framework example tests ">
<suite-files>
<suite-file path="testng-browsertest.xml"/>
<suite-file path="testng-browsernavigationtests.xml"/>
<suite-file path="testng-formauthenticationtests.xml"/>
<suite-file path="testng-windowsizetests.xml"/>
<suite-file path="testng-doubleclicktests.xml"/>
<suite-file path="testng-screenshottests.xml"/>
<suite-file path="testng-dropdowntests.xml"/>
<suite-file path="testng-textfielddemo.xml"/>
<suite-file path="testng-mousehovertest.xml"/>
<suite-file path="testng-playwrightdemotests.xml"/>
<suite-file path="testng-radiobuttons.xml"/>
<suite-file path="testng-elementstatetest.xml"/>
</suite-files>
</suite>