File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ Creates HTML Metrics report based on robotframework output.xml.
35
35
```
36
36
python setup.py install
37
37
```
38
+ > Case 3: For latest changes use following command (pre-release or changes in master)
39
+ ```
40
+ pip install git+https://github.com/adiralashiva8/robotframework-metrics
41
+ ```
38
42
39
43
2. Execute robotmetrics command to generate report
40
44
@@ -59,6 +63,11 @@ Creates HTML Metrics report based on robotframework output.xml.
59
63
60
64
3. RobotFramework Metrics Report __metric-timestamp.html__ file will be created in current folder | `-inputpath` if specified
61
65
66
+ Note: From v3.1.4 users can specify __custom_report_name__ instead of __metrics-timestamp.html__ (changes in master)
67
+ ```
68
+ robotmetrics -M regression_metrics.html
69
+ ```
70
+
62
71
---
63
72
64
73
#### Customize Report
@@ -170,11 +179,20 @@ If you have any questions / suggestions / comments on the report, please feel fr
170
179
> - Contributed source to parse multiple xml's
171
180
> - Fixed distorted image
172
181
182
+ 6. [Sreelesh Kunnath](https://www.linkedin.com/in/kunnathsree/)
183
+ > - Contributed source to specify custom metrics file name (changes will be from v3.1.4)
184
+
185
+
173
186
*Feedback:*
174
187
175
188
1. [Mantri Sri](https://www.linkedin.com/in/mantri-sri-4a0196133/)
176
189
2. [Prasad Ozarkar](https://www.linkedin.com/in/prasad-ozarkar-b4a61017/)
177
190
3. [Suresh Parimi](https://www.linkedin.com/in/sparimi/)
178
191
4. [Robotframework community users](https://groups.google.com/forum/#!forum/robotframework-users)
179
192
193
+ *Thank you for your guidance, support and Idea:*
194
+
195
+ - Steve
196
+ - [Goutham Duduka](https://www.linkedin.com/in/goutham-kumar-duduka-45154718/)
197
+
180
198
---
You can’t perform that action at this time.
0 commit comments