We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c1efa commit 35dfb39Copy full SHA for 35dfb39
test-suites/testng-radiobuttons.xml
@@ -0,0 +1,14 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
3
+<suite name="Playwright demo test suite ">
4
+ <test name="Radio buttons demo on Chrome">
5
+ <classes>
6
+ <class name="io.github.mfaisalkhatri.tests.RadioButtonTests">
7
+ <methods>
8
+ <include name="testRadioButtonIsChecked"/>
9
+ <include name="testRadioButtonIsNotChecked"/>
10
+ </methods>
11
+ </class>
12
+ </classes>
13
+ </test>
14
+</suite>
0 commit comments