Skip to content

Commit ba7a7d4

Browse files
authored
Update README.md
1 parent e0e01ef commit ba7a7d4

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
**SOME FEATURES IN FRAMEWORK**
88

99
1. Run the parallel test case
10-
2. Read Object web element from Properties file
10+
2. Read Config from Properties file
1111
3. Extent Report
1212
4. Allure Report
1313
5. Send Mail after the run test (Report information and HTML file attachment)
@@ -46,13 +46,13 @@
4646

4747
![image](https://user-images.githubusercontent.com/87883620/161658761-5040e527-b410-46b3-8697-3298523e201d.png)
4848

49-
**2. Read Object web element from Properties file**
49+
**2. Read Config from Properties file**
5050

51-
![image](https://user-images.githubusercontent.com/87883620/161658681-58f3a183-cbfd-433d-853a-927e4373f51c.png)
51+
![image](https://user-images.githubusercontent.com/87883620/194396141-eb0e2750-9b8d-42bb-803d-43b7b5199a73.png)
5252

5353
**3. Extent Report**
5454

55-
- Insert "FrameworkAnnotation" as sample or none:
55+
- Insert "FrameworkAnnotation" as sample or None:
5656

5757
![image](https://user-images.githubusercontent.com/87883620/161657646-3dd652c6-a310-4006-a0cb-de63e2e87e36.png)
5858

@@ -61,6 +61,13 @@
6161

6262
![image](https://user-images.githubusercontent.com/87883620/161657754-c29b1ee9-f2fb-44b3-bee0-9f425a7cab6f.png)
6363

64+
- Pdf Report
65+
66+
![image](https://user-images.githubusercontent.com/87883620/194396654-5b01cb68-161a-4caf-824d-b57cd6091586.png)
67+
![image](https://user-images.githubusercontent.com/87883620/194396689-ac5381cc-8689-4ce0-8c7f-d2487047faec.png)
68+
![image](https://user-images.githubusercontent.com/87883620/194396707-ed1308a0-e4bf-4cac-b5b6-0fde44c81091.png)
69+
70+
6471
**4. Allure Report**
6572

6673
- Open Terminal: **_allure serve target/allure-results_**
@@ -80,7 +87,7 @@
8087
(**_src/test/resources/config/config.properties_**)
8188
- send_email_to_users=**true** is enable send mail
8289
- Config mail with email and password in **_src/main/java/anhtester/com/mail/EmailConfig.java_**
83-
- Note: if Gmail, you use App Passowrd
90+
- Note: if Gmail, you use App Password
8491

8592
![image](https://user-images.githubusercontent.com/87883620/161658851-2aa41091-ac99-45d9-a79f-aaa828052efb.png)
8693

0 commit comments

Comments
 (0)