Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akash59 authored Feb 2, 2020
1 parent 8f6d3ea commit 30f5981
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions README.md
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.

0 comments on commit 30f5981

Please sign in to comment.