Skip to content

Commit fb41003

Browse files
committed
Update version 1.7.0
1 parent e550c2b commit fb41003

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
ExtentReports.zip
88
/logs
99
/target
10-
*.png
10+
/test-output
1111

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
3. Extent Report
88
4. Allure Report
99
5. Send Mail after the run test (Report information and HTML file attachment)
10-
6. Logfile
10+
6. Write Log to file
1111
7. Record video and Screenshot test case for failed
1212
8. Read data test from Excel file (xlsx, csv, json,...) with class define fields (param: Client client)
1313
9. Base function in the package: utils, helpers
@@ -81,7 +81,7 @@
8181

8282
![image](https://user-images.githubusercontent.com/87883620/161659238-88337f69-b742-4cd7-87f2-76670519c8dd.png)
8383

84-
**6. Log to file**
84+
**6. Write Log to file**
8585

8686
- Call class: Log.info , Log.pass, Log.error,... (**Log** is a custom global class from Log4j2)
8787
(**_import anhtester.com.utils.Log.java_**)

0 commit comments

Comments
 (0)