diff options
| author | Christian Krinitsin <christian.krinitsin@iqmine.de> | 2025-04-09 09:15:49 +0000 |
|---|---|---|
| committer | Christian Krinitsin <christian.krinitsin@iqmine.de> | 2025-04-09 09:15:49 +0000 |
| commit | e1549e847ae840423d1e355173e82a817a60a1f8 (patch) | |
| tree | 6c4104c91ab16cb4dab82adec1de694068ab629a | |
| parent | 35a9445c5fdea5842175f163d6f7bac1e41f7dc8 (diff) | |
| download | testreport-e1549e847ae840423d1e355173e82a817a60a1f8.tar.gz testreport-e1549e847ae840423d1e355173e82a817a60a1f8.zip | |
Update README.md: divide example into two columns
| -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 |