Skip to content

Commit 9909d4d

Browse files
Update README.md
1 parent 0d1efce commit 9909d4d

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

README.md

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -29,48 +29,48 @@ Creates awesome HTML (dashboard view) report by parsing robotframework output.xm
2929

3030
#### How to use in project:
3131

32-
__Step 1__. Install robotmetrics
32+
__Step 1__ Install robotmetrics
3333

34-
> Case 1: Using pip
35-
```
36-
pip install robotframework-metrics==3.1.6
37-
```
38-
> Case 2: Using setup.py (clone project and run command within root)
39-
```
40-
python setup.py install
41-
```
42-
> Case 3: For latest changes use following command (pre-release or changes in master)
43-
```
44-
pip install git+https://github.com/adiralashiva8/robotframework-metrics
45-
```
34+
> Case 1: Using pip
35+
```
36+
pip install robotframework-metrics==3.1.6
37+
```
38+
> Case 2: Using setup.py (clone project and run command within root)
39+
```
40+
python setup.py install
41+
```
42+
> Case 3: For latest changes use following command (pre-release or changes in master)
43+
```
44+
pip install git+https://github.com/adiralashiva8/robotframework-metrics
45+
```
4646

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

49-
> Case 1: No change in output.xml, log.html file name's and user is in same folder
50-
```
51-
robotmetrics
52-
```
53-
> Case 2: Change in output.xml, log.html file name's And .xml and .html files are under 'Result' folder
54-
```
55-
robotmetrics --inputpath ./Result/ --output output1.xml --log log1.html
56-
```
57-
robotframework-metrics can parse multiple xmls at a time. Following is the command
58-
```
59-
robotmetrics --inputpath ./Result/ --output "output1.xml,output2.xml" --log log1.html
60-
```
49+
> Case 1: No change in output.xml, log.html file name's and user is in same folder
50+
```
51+
robotmetrics
52+
```
53+
> Case 2: Change in output.xml, log.html file name's And .xml and .html files are under 'Result' folder
54+
```
55+
robotmetrics --inputpath ./Result/ --output output1.xml --log log1.html
56+
```
57+
robotframework-metrics can parse multiple xmls at a time. Following is the command
58+
```
59+
robotmetrics --inputpath ./Result/ --output "output1.xml,output2.xml" --log log1.html
60+
```
6161

62-
> For more info on command line options use:
62+
> For more info on command line options use:
6363
64-
```
65-
robotmetrics --help
66-
```
64+
```
65+
robotmetrics --help
66+
```
6767

68-
__Step 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
6969

70-
Note: From v3.1.6 users can specify __custom_report_name__ instead of __metrics-timestamp.html__
71-
```
72-
robotmetrics -M regression_metrics.html
73-
```
70+
Note: From v3.1.6 users can specify __custom_report_name__ instead of __metrics-timestamp.html__
71+
```
72+
robotmetrics -M regression_metrics.html
73+
```
7474
---
7575

7676
#### Customize Report

0 commit comments

Comments
 (0)