Skip to content

Commit

Permalink
implement jenkins and run through POM
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh0199 committed Feb 23, 2024
1 parent 9f9b953 commit 457931c
Show file tree
Hide file tree
Showing 269 changed files with 13,940 additions and 1,168 deletions.
21 changes: 14 additions & 7 deletions testng.xml → Master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
<suite name="Suite">

<groups>

<groups>
<run>
<!--<include name="sanity"/>
<include name="regression"/>
Expand All @@ -13,15 +12,23 @@
</run>
</groups>


<listeners>
<listener class-name="utilities.ExtentReportManager"></listener>
</listeners>


<test thread-count="5" name="Test">
<test thread-count="5" name="Test">

<parameter name="browser" value="chrome"/>
<classes>
<class name="testCases.DisplayBookshelves"/>
</classes>
</test> <!-- Test -->

<classes>
<class name="testCases.TC_0001_SearchBookshelve"/>
<class name="testCases.TC_0002_BookshelvesDetails"/>
<class name="testCases.TC_0003_LivingMenuItems"/>
<class name="testCases.TC_0004_GiftCards"/>
<class name="testCases.TC_005_ConfirmingFormDeatils"/>
</classes>

</test> <!-- Test -->
</suite> <!-- Suite -->
20 changes: 0 additions & 20 deletions TC0001.xml

This file was deleted.

Binary file modified excel/UrbanLadderData.xlsx
Binary file not shown.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
<version>3.2.5</version>
<configuration>
<suiteXmlFiles>
<!-- <suiteXmlFile>combinedTestNG.xml</suiteXmlFile> -->
<!-- <suiteXmlFile>Master.xml</suiteXmlFile>-->
<suiteXmlFile>Master.xml</suiteXmlFile>
</suiteXmlFiles>
</configuration>
</plugin>
Expand Down
Loading

0 comments on commit 457931c

Please sign in to comment.