@@ -29,48 +29,48 @@ Creates awesome HTML (dashboard view) report by parsing robotframework output.xm
29
29
30
30
#### How to use in project:
31
31
32
- __ Step 1__ . Install robotmetrics
32
+ __ Step 1__ Install robotmetrics
33
33
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
+ ```
46
46
47
- __ Step 2__ . Execute robotmetrics command to generate report
47
+ __ Step 2__ Execute robotmetrics command to generate report
48
48
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
+ ```
61
61
62
- > For more info on command line options use:
62
+ > For more info on command line options use:
63
63
64
- ```
65
- robotmetrics --help
66
- ```
64
+ ```
65
+ robotmetrics --help
66
+ ```
67
67
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
69
69
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
+ ```
74
74
---
75
75
76
76
#### Customize Report
0 commit comments