Skip to content

Commit 94f7ef4

Browse files
authored
Update readme.md
1 parent 0740301 commit 94f7ef4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ Test automation framework that shows both API and UI automation cases
55

66

77

8-
1.This project demonstrates POM pattern and how it can be used
8+
1. This project demonstrates POM pattern and how it can be used
99
in Selenium to automate any application. Maven is used as test framework.
1010
Also, I've implemented the API automation using Rest Assured.
1111

1212
2. For passing test data, and for separating test types UI, API etc Cucumber is utilized.
1313

14-
3. For reporting cucumber reports are used and reports can be found in folder "target/cucumber-reports/advanced-reports/cucumber-html-reports/feature-overview.html".
15-
Also, there are different styles of report inside "target" folder
14+
3. For reporting cucumber reports are used and reports can be found in the folder "target/cucumber-reports/advanced-reports/cucumber-html-reports/feature- overview.html".
15+
Also, there are different styles of reports inside "target" folder
1616

17-
4. For UI failed cases, screenshot can be found in folder "screenShots" folder.
17+
4. For UI failed cases, screenshots can be found in folder "screenShots" folder.
1818

19-
5. Prerequisite : JDK 8 or above, and Maven 3.6 or above
19+
5. Prerequisite: JDK 8 or above, and Maven 3.6 or above
2020

2121
6. To run the all the tests use the following command:
2222

0 commit comments

Comments
 (0)