Skip to content

Commit 0d1efce

Browse files
Update README.md
1 parent 2cd40c1 commit 0d1efce

File tree

1 file changed

+8
-34
lines changed

1 file changed

+8
-34
lines changed

README.md

Lines changed: 8 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Creates awesome HTML (dashboard view) report by parsing robotframework output.xm
88
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/Naereen/StrapDown.js/graphs/commit-activity)
99
[![Open Source Love png1](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/)
1010

11-
[![](https://sourcerer.io/fame/adiralashiva8/adiralashiva8/robotframework-metrics/images/0)](https://sourcerer.io/fame/adiralashiva8/adiralashiva8/robotframework-metrics/links/0)[![](https://sourcerer.io/fame/adiralashiva8/adiralashiva8/robotframework-metrics/images/1)](https://sourcerer.io/fame/adiralashiva8/adiralashiva8/robotframework-metrics/links/1)[![](https://sourcerer.io/fame/adiralashiva8/adiralashiva8/robotframework-metrics/images/2)](https://sourcerer.io/fame/adiralashiva8/adiralashiva8/robotframework-metrics/links/2)[![](https://sourcerer.io/fame/adiralashiva8/adiralashiva8/robotframework-metrics/images/3)](https://sourcerer.io/fame/adiralashiva8/adiralashiva8/robotframework-metrics/links/3)[![](https://sourcerer.io/fame/adiralashiva8/adiralashiva8/robotframework-metrics/images/4)](https://sourcerer.io/fame/adiralashiva8/adiralashiva8/robotframework-metrics/links/4)[![](https://sourcerer.io/fame/adiralashiva8/adiralashiva8/robotframework-metrics/images/5)](https://sourcerer.io/fame/adiralashiva8/adiralashiva8/robotframework-metrics/links/5)[![](https://sourcerer.io/fame/adiralashiva8/adiralashiva8/robotframework-metrics/images/6)](https://sourcerer.io/fame/adiralashiva8/adiralashiva8/robotframework-metrics/links/6)[![](https://sourcerer.io/fame/adiralashiva8/adiralashiva8/robotframework-metrics/images/7)](https://sourcerer.io/fame/adiralashiva8/adiralashiva8/robotframework-metrics/links/7)
12-
1311
---
1412
- __Sample Report__ [link](https://robotmetrics.netlify.com/)
1513

@@ -31,7 +29,7 @@ Creates awesome HTML (dashboard view) report by parsing robotframework output.xm
3129

3230
#### How to use in project:
3331

34-
1. Install robotmetrics
32+
__Step 1__. Install robotmetrics
3533

3634
> Case 1: Using pip
3735
```
@@ -46,7 +44,7 @@ Creates awesome HTML (dashboard view) report by parsing robotframework output.xm
4644
pip install git+https://github.com/adiralashiva8/robotframework-metrics
4745
```
4846

49-
2. Execute robotmetrics command to generate report
47+
__Step 2__. Execute robotmetrics command to generate report
5048

5149
> Case 1: No change in output.xml, log.html file name's and user is in same folder
5250
```
@@ -67,7 +65,7 @@ Creates awesome HTML (dashboard view) report by parsing robotframework output.xm
6765
robotmetrics --help
6866
```
6967

70-
3. RobotFramework Metrics Report __metric-timestamp.html__ file will be created in current folder | `-inputpath` if specified
68+
__Step 3__. RobotFramework Metrics Report __metric-timestamp.html__ file will be created in current folder | `-inputpath` if specified
7169

7270
Note: From v3.1.6 users can specify __custom_report_name__ instead of __metrics-timestamp.html__
7371
```
@@ -124,49 +122,23 @@ Execute robotmetrics command after suite or test execution as follows:
124122
- Create .bat (or) .sh file with following snippet
125123
126124
```
127-
robot test.robot &&
125+
robot test.robot &
128126
robotmetrics [:options]
129127
```
130128
131-
> && is used to execute multiple command's in .bat file
129+
> & is used to execute multiple command's in .bat file
132130
133131
- Modify robotmetrics command as required and execute .bat file
134132
135133
- Robotframework metrics will be created after execution
136134
137135
---
138136
139-
Thanks for using robotframework-metrics!
140-
141-
- What is your opinion of this report?
142-
143-
- What’s the feature I should add?
144-
145137
If you have any questions / suggestions / comments on the report, please feel free to reach me at
146138
147139
- Email: <a href="mailto:adiralashiva8@gmail.com?Subject=Robotframework%20Metrics" target="_blank">`adiralashiva8@gmail.com`</a>
148140
149-
- Slack: <a href="https://robotframework.slack.com/messages/robotframeworkmetrics" target="_blank">`robotframeworkmetrics`</a>
150-
151-
- LinkedIn: <a href="https://www.linkedin.com/in/shivaprasadadirala/" target="_blank">`shivaprasadadirala`</a>
152-
153-
- Twitter: <a href="https://twitter.com/ShivaAdirala" target="_blank">`@ShivaAdirala`</a>
154-
155-
---
156-
157-
*Credits:*
158-
159-
1. Robotframework [link](https://robot-framework.readthedocs.io/en/v3.0.4/autodoc/robot.result.html)
160-
2. Stackoverflow [link](http://stackoverflow.com)
161-
3. Google charts [link](https://developers.google.com/chart/)
162-
4. DataTable [link](https://datatables.net/examples/basic_init/table_sorting.html)
163-
5. BeautifulSoup [link](http://beautiful-soup-4.readthedocs.io)
164-
6. Jquery | JavaScript [link](https://www.jqueryscript.net)
165-
7. Bootstrap [link](http://getbootstrap.com/docs/4.1/examples/dashboard/)
166-
8. Icons8 [link](https://icons8.com/)
167-
9. FontAwesome [link](https://fontawesome.com)
168-
169-
> Note: Report uses above open source libraries for generating report and its not offline compatible
141+
- Survey [Link](https://forms.gle/t3krEXyegDFnCzoW7)
170142
171143
---
172144
@@ -213,3 +185,5 @@ If you have any questions / suggestions / comments on the report, please feel fr
213185
---
214186
215187
:star: repo if you like it
188+
189+
---

0 commit comments

Comments
 (0)