Skip to content

Commit

Permalink
added radio buttons testng xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaisalkhatri committed Aug 7, 2024
1 parent e2c1efa commit 35dfb39
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test-suites/testng-radiobuttons.xml
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>

0 comments on commit 35dfb39

Please sign in to comment.