diff options
| -rw-r--r-- | README.md | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/README.md b/README.md index 1e4253b..3ea61a7 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,13 @@ The description for the specific log, which belongs to the testcase. The log des # Example -Input: +<table> +<tr> +<th> Input </th> +<th> Output </th> +</tr> +<tr> +<td> ``` log_type,timestamp,category,number,test_description,fail_description @@ -41,5 +47,11 @@ INFO,"115 ms","category_2",2,"description_3","description_2_2" SUCCESS,"120 ms","category_2",2,"description_4","description_2_3" ``` -Output: - \ No newline at end of file +</td> +<td> + + + +</td> +</tr> +</table> \ No newline at end of file |