Skip to content

Commit 39b2f5a

Browse files
author
Shiva Adirala
committed
Modified readme to include latest v3.1.4 changes
1 parent 2a13a6d commit 39b2f5a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ Creates HTML Metrics report based on robotframework output.xml.
3535
```
3636
python setup.py install
3737
```
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+
```
3842
3943
2. Execute robotmetrics command to generate report
4044
@@ -59,6 +63,11 @@ Creates HTML Metrics report based on robotframework output.xml.
5963
6064
3. RobotFramework Metrics Report __metric-timestamp.html__ file will be created in current folder | `-inputpath` if specified
6165
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+
6271
---
6372
6473
#### Customize Report
@@ -170,11 +179,20 @@ If you have any questions / suggestions / comments on the report, please feel fr
170179
> - Contributed source to parse multiple xml's
171180
> - Fixed distorted image
172181
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+
173186
*Feedback:*
174187
175188
1. [Mantri Sri](https://www.linkedin.com/in/mantri-sri-4a0196133/)
176189
2. [Prasad Ozarkar](https://www.linkedin.com/in/prasad-ozarkar-b4a61017/)
177190
3. [Suresh Parimi](https://www.linkedin.com/in/sparimi/)
178191
4. [Robotframework community users](https://groups.google.com/forum/#!forum/robotframework-users)
179192
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+
180198
---

0 commit comments

Comments
 (0)