-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2c1efa
commit 35dfb39
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> | ||
<suite name="Playwright demo test suite "> | ||
<test name="Radio buttons demo on Chrome"> | ||
<classes> | ||
<class name="io.github.mfaisalkhatri.tests.RadioButtonTests"> | ||
<methods> | ||
<include name="testRadioButtonIsChecked"/> | ||
<include name="testRadioButtonIsNotChecked"/> | ||
</methods> | ||
</class> | ||
</classes> | ||
</test> | ||
</suite> |