cucumber_statistics 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MTc0ODJkODg0ZDRiYzE2NWNlNzI1M2M1MDY3ZTEzNTE5MzllNGM5MQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YWU2ZGU4NThiNWJkZTg0ZDFkYTJmMGYyYTgyZDViZmY1YmJhZjRmYg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OTExNTlmMThkMTYxNGExMDk1ZTNhY2U0ZDI1ZTIzYjQwMDYzM2Q2MDljMWM4
|
|
10
|
+
YzI3Yjk5ZGI4Y2VlZDNlOTY1YTc3NGQ1ODNhMTcxN2Q3MGQ3YzA1NTMzNWUw
|
|
11
|
+
NzM3ZWExMTNlNTYwMDQ0MDgzZmQ4OWRkMDUzMzk0OGQ0MDNmMzY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MTJiNjZhZTg2NjMzNjM2NzhmYjM5Y2QwNjRiMzFlZTlmZjJjZmU1NTEyM2Q1
|
|
14
|
+
ZDE1ZmI1OTI3YjcwNWFiYTIxNzBjMzM0NGY4MjViYjg5ZTlkMGNmODMyOTk4
|
|
15
|
+
OTQzMGVjZGRhNTQ5NWNmODkyM2MwNzE3OWUyMjhmYjdkYWFjNDI=
|
|
@@ -78,12 +78,12 @@
|
|
|
78
78
|
/ Main component for a primary marketing message or call to action
|
|
79
79
|
.jumbotron
|
|
80
80
|
%h1 Cucumber step statistics
|
|
81
|
-
%p ... allows you to easily
|
|
81
|
+
%p ... allows you to easily identify long running steps.
|
|
82
82
|
|
|
83
83
|
.alert.alert-info
|
|
84
84
|
%span
|
|
85
85
|
#{overall_statistics.feature_count} Features,
|
|
86
|
-
#{overall_statistics.scenario_count}
|
|
86
|
+
#{overall_statistics.scenario_count} Scenarios,
|
|
87
87
|
#{overall_statistics.step_count} Steps completed in #{format(overall_statistics.duration)}.
|
|
88
88
|
%span.text-muted.pull-right.small
|
|
89
89
|
Finished on #{format_date_time(overall_statistics.end_time)}
|
|
@@ -14,11 +14,11 @@ module CucumberStatistics
|
|
|
14
14
|
overall_statistics.feature_count_inc
|
|
15
15
|
overall_statistics.scenario_count_inc
|
|
16
16
|
|
|
17
|
-
record 'my step 1',
|
|
17
|
+
record 'my step 1', 1.100116
|
|
18
18
|
record 'my step 1', 9.213553
|
|
19
|
-
record 'my step 2',
|
|
19
|
+
record 'my step 2', 3.100117
|
|
20
20
|
record 'my step 2', 14.204407
|
|
21
|
-
record 'my step 3',
|
|
21
|
+
record 'my step 3', 1.500131
|
|
22
22
|
record 'my step 3', 3.48993
|
|
23
23
|
record 'my step 4', 4.21
|
|
24
24
|
record 'my step 4', 4.21
|