-
Notifications
You must be signed in to change notification settings - Fork 1
/
testng.xml
25 lines (24 loc) · 1002 Bytes
/
testng.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="Test Suite (POM using Selenium WebDriver and Java)">
<test name="Tests (POM using Selenium WebDriver and Java)">
<packages>
<package name="tutorial.POM.tests"></package>
</packages>
</test>
</suite><!--
# /**
# * @author Rajat Verma
# * Email: rajatvermaa95@gmail.com
# * GitHub Profile: https://github.com/rajatt95
# * GitHub Page: https://rajatt95.github.io/
# * LinkedIn: https://www.linkedin.com/in/rajatt95/
# * Topmate: https://topmate.io/rajatt95
# * Telegram: https://t.me/rajatt95
# * Instagram: https://www.instagram.com/rajattvermaa95/
# * YouTube: https://www.youtube.com/@rajatt95
# * WhatsApp Community: https://chat.whatsapp.com/DVRP0ViD0YwELUKF2XMJHy
# * WhatsApp Channel: https://whatsapp.com/channel/0029Va9XXMhJ93waOU5Xer3r
# */
#/***************************************************/
-->