You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Whats new in __v3.1.6__[link](https://github.com/adiralashiva8/robotframework-metrics/releases/tag/v3.1.6)
14
+
- Whats new in __v3.1.7__[link](https://github.com/adiralashiva8/robotframework-metrics/releases/tag/v3.1.7)
15
15
16
16
- Source Code used to parse output.xml in metrics report [link](https://adiralashivaprasad.blogspot.com/2019/01/how-to-get-suite-test-and-keyword.html)
17
17
@@ -93,6 +93,28 @@ Specify Logo in Robotframework metrics:
93
93
```
94
94
> By default `--ignorekeywords` is `False`
95
95
96
+
---
97
+
98
+
#### Exclude Logs in Metrics Report
99
+
100
+
- From `v3.1.7` users can exclude Logs tab in metrics report using `--ignorelogs` or `-l` command
101
+
102
+
```
103
+
robotmetrics -l True
104
+
```
105
+
> By default `--ignorelogs` is `False`
106
+
107
+
---
108
+
109
+
#### Include Full Suite Name in Metrics Report
110
+
111
+
- From `v3.1.7` users can include full suite name in metrics report using `--fullsuitename` or `-s` command
112
+
113
+
```
114
+
robotmetrics -s True
115
+
```
116
+
> By default `--fullsuitename` is `False`
117
+
96
118
97
119
#### How to Ignore Library Keywords in Metrics Report
0 commit comments