@@ -8,8 +8,6 @@ Creates awesome HTML (dashboard view) report by parsing robotframework output.xm
8
8
[ ![ Maintenance] ( https://img.shields.io/badge/Maintained%3F-yes-green.svg )] ( https://github.com/Naereen/StrapDown.js/graphs/commit-activity )
9
9
[ ![ Open Source Love png1] ( https://badges.frapsoft.com/os/v1/open-source.png?v=103 )] ( https://github.com/ellerbrock/open-source-badges/ )
10
10
11
- [](https://sourcerer.io/fame/adiralashiva8/adiralashiva8/robotframework-metrics/links/0)[](https://sourcerer.io/fame/adiralashiva8/adiralashiva8/robotframework-metrics/links/1)[](https://sourcerer.io/fame/adiralashiva8/adiralashiva8/robotframework-metrics/links/2)[](https://sourcerer.io/fame/adiralashiva8/adiralashiva8/robotframework-metrics/links/3)[](https://sourcerer.io/fame/adiralashiva8/adiralashiva8/robotframework-metrics/links/4)[](https://sourcerer.io/fame/adiralashiva8/adiralashiva8/robotframework-metrics/links/5)[](https://sourcerer.io/fame/adiralashiva8/adiralashiva8/robotframework-metrics/links/6)[](https://sourcerer.io/fame/adiralashiva8/adiralashiva8/robotframework-metrics/links/7)
12
-
13
11
---
14
12
- __ Sample Report__ [ link] ( https://robotmetrics.netlify.com/ )
15
13
@@ -31,7 +29,7 @@ Creates awesome HTML (dashboard view) report by parsing robotframework output.xm
31
29
32
30
#### How to use in project:
33
31
34
- 1 . Install robotmetrics
32
+ __ Step 1 __ . Install robotmetrics
35
33
36
34
> Case 1: Using pip
37
35
```
@@ -46,7 +44,7 @@ Creates awesome HTML (dashboard view) report by parsing robotframework output.xm
46
44
pip install git+https://github.com/adiralashiva8/robotframework-metrics
47
45
```
48
46
49
- 2 . Execute robotmetrics command to generate report
47
+ __ Step 2 __ . Execute robotmetrics command to generate report
50
48
51
49
> Case 1: No change in output.xml, log.html file name's and user is in same folder
52
50
```
@@ -67,7 +65,7 @@ Creates awesome HTML (dashboard view) report by parsing robotframework output.xm
67
65
robotmetrics --help
68
66
```
69
67
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
71
69
72
70
Note: From v3.1.6 users can specify __custom_report_name__ instead of __metrics-timestamp.html__
73
71
```
@@ -124,49 +122,23 @@ Execute robotmetrics command after suite or test execution as follows:
124
122
- Create .bat (or) .sh file with following snippet
125
123
126
124
```
127
- robot test.robot &&
125
+ robot test.robot &
128
126
robotmetrics [:options]
129
127
```
130
128
131
- > && is used to execute multiple command's in .bat file
129
+ > & is used to execute multiple command's in .bat file
132
130
133
131
- Modify robotmetrics command as required and execute .bat file
134
132
135
133
- Robotframework metrics will be created after execution
136
134
137
135
---
138
136
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
-
145
137
If you have any questions / suggestions / comments on the report, please feel free to reach me at
146
138
147
139
- Email: <a href="mailto:adiralashiva8@gmail.com?Subject=Robotframework%20Metrics" target="_blank">`adiralashiva8@gmail.com`</a>
148
140
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)
170
142
171
143
---
172
144
@@ -213,3 +185,5 @@ If you have any questions / suggestions / comments on the report, please feel fr
213
185
---
214
186
215
187
:star: repo if you like it
188
+
189
+ ---
0 commit comments