-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
13 additions
and
14 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 |
---|---|---|
@@ -1,19 +1,18 @@ | ||
UndostresTest | ||
This repo contains the code for test assignment for Undostres | ||
UndostresTest - This repo contains the code for test assignment for Undostres | ||
|
||
src/main/java | ||
src/main/java : | ||
- browsermanager : responsible for getting the driver instance | ||
- pageactions : common actions to be performed on web pages | ||
- testbase : base class for supporting all test cases | ||
|
||
browsermanager : responsible for getting the driver instance | ||
pageactions : common actions to be performed on web pages | ||
testbase : base class for supporting all test cases | ||
src/test/java | ||
|
||
listeners - Test listener class for general test level logging | ||
tests - All test will be residing here. | ||
utils - Test reporter (Extent Reports) util added here. | ||
src/test/resources | ||
src/test/java: | ||
|
||
log4j config file | ||
TestReports | ||
- listeners - Test listener class for general test level logging | ||
- tests - All test will be residing here. | ||
- utils - Test reporter (Extent Reports) util added here. | ||
|
||
HTML Test report generated by Extent Reporter. | ||
src/test/resources : | ||
|
||
- log4j config file | ||
- TestReports : HTML Test report generated by Extent Reporter. |