Skip to content

Commit

Permalink
Fix html view issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adiralashiva8 committed Oct 31, 2020
1 parent 993540e commit bd096c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Creates awesome HTML (dashboard view) report by parsing robotframework output.xm
---
- __Sample Report__ [link](https://robotmetrics.netlify.com/)

- Whats new in __v3.1.9__ [link](https://github.com/adiralashiva8/robotframework-metrics/releases/tag/v3.1.9)
- Whats new in __v3.2.0__ [link](https://github.com/adiralashiva8/robotframework-metrics/releases/tag/v3.2.0)

- 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)

Expand All @@ -33,7 +33,7 @@ __Step 1__ Install robotmetrics

> Case 1: Using pip
```
pip install robotframework-metrics==3.1.9
pip install robotframework-metrics==3.2.0
```
> Case 2: Using setup.py (clone project and run command within root)
```
Expand Down
2 changes: 1 addition & 1 deletion robotframework_metrics/robotmetrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ def generate_report(opts):
"order": [[ Number(sortCol), "desc" ]],
dom: 'l<".margin" B>frtip',
"aoColumnDefs": [ {
"aTargets": [ -1 ],
"aTargets": [ -1, -2 ],
"mRender": function ( data, type, full ) {
return $("<div/>").html(data).text();
}
Expand Down
2 changes: 1 addition & 1 deletion robotframework_metrics/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.1.9"
__version__ = "3.2.0"

0 comments on commit bd096c4

Please sign in to comment.