|
7 | 7 | **SOME FEATURES IN FRAMEWORK** |
8 | 8 |
|
9 | 9 | 1. Run the parallel test case |
10 | | -2. Read Object web element from Properties file |
| 10 | +2. Read Config from Properties file |
11 | 11 | 3. Extent Report |
12 | 12 | 4. Allure Report |
13 | 13 | 5. Send Mail after the run test (Report information and HTML file attachment) |
|
46 | 46 |
|
47 | 47 |  |
48 | 48 |
|
49 | | -**2. Read Object web element from Properties file** |
| 49 | +**2. Read Config from Properties file** |
50 | 50 |
|
51 | | - |
| 51 | + |
52 | 52 |
|
53 | 53 | **3. Extent Report** |
54 | 54 |
|
55 | | -- Insert "FrameworkAnnotation" as sample or none: |
| 55 | +- Insert "FrameworkAnnotation" as sample or None: |
56 | 56 |
|
57 | 57 |  |
58 | 58 |
|
|
61 | 61 |
|
62 | 62 |  |
63 | 63 |
|
| 64 | +- Pdf Report |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
64 | 71 | **4. Allure Report** |
65 | 72 |
|
66 | 73 | - Open Terminal: **_allure serve target/allure-results_** |
|
80 | 87 | (**_src/test/resources/config/config.properties_**) |
81 | 88 | - send_email_to_users=**true** is enable send mail |
82 | 89 | - 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 |
84 | 91 |
|
85 | 92 |  |
86 | 93 |
|
|
0 commit comments