We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ffc51f commit dfe4135Copy full SHA for dfe4135
test-suite/testng-restfulecommerce-postandgetorder.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="Restful ECommerce Test Suite">
4
+ <test name="Testing Happy Path Scenarios of Creating and Updating Orders">
5
+ <classes>
6
+ <class name="io.github.mfaisalkhatri.api.restfulecommerce.HappyPathTests">
7
+ <methods>
8
+ <include name="testShouldCreateNewOrders"/>
9
+ <include name="testShouldGetAllOrders"/>
10
+ </methods>
11
+ </class>
12
+ </classes>
13
+ </test>
14
+</suite>
0 commit comments