You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,18 +5,18 @@ Test automation framework that shows both API and UI automation cases
5
5
6
6
7
7
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
9
9
in Selenium to automate any application. Maven is used as test framework.
10
10
Also, I've implemented the API automation using Rest Assured.
11
11
12
12
2. For passing test data, and for separating test types UI, API etc Cucumber is utilized.
13
13
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
16
16
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.
18
18
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
20
20
21
21
6. To run the all the tests use the following command:
0 commit comments