-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
20 lines (16 loc) · 975 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Hi,
Welcome to my automation demo framework for Web Application. Here is some basic information about this framework:
- Framework Type: Hydrid framework (Moduler + Data driven + Keywork)
- Programming language: Java
- Automation testing framework: TestNG
- Tools and libraries: Selenium WebDriver, Log4J, Extent Report, Owner, Jackson
How to run:
1- Install and configure environment variables for Java and Maven
2- Download this project to your computer
3- Cd to the folder that placed this project
4- Run the command line: mvn clean
5- Run the command line: mvn test
6- Get the report in the folder /extentReport
If you have any issues when running this framework, please contact me via email at [email protected] Or you can get the latest report under /extentReport folder
Note: Remember that nopCommerce is a demo website, its behavior can be changed or updated. When running this suite, it can result in a number of failed TCs.
Thank you.