kaya 0.0.4 → 0.0.5
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 +4 -4
- data/lib/kaya/cucumber/task.rb +1 -1
- data/lib/kaya/version.rb +1 -1
- data/lib/kaya/view/results/console.mote +0 -8
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 95fbfa73d6ae01e008c0fe826923df79ee275db0
|
|
4
|
+
data.tar.gz: 90e0cea78c2e7c5ff4d106072fd66e2037d98984
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a31c550621204c537142fae10b4fbc48dbb539bc29cc66cea05af1ea47cf4f787e8d14035a81391750fd79947f5193202a38db03d7cf2954f529cbd9a4dd3662
|
|
7
|
+
data.tar.gz: bae3fc1377e64f9360a1e01ff0e2ebea4abe05c73047cc35ce26c9a74c770fea357c00d3d5242e2305c1208f2a80143444a52bd5a574980a6411302d519076ef
|
data/lib/kaya/cucumber/task.rb
CHANGED
|
@@ -26,7 +26,7 @@ module Kaya
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
# Adding _id=result.id to use inside execution the posiibility to add information to the result
|
|
29
|
-
result.kaya_command= "#{Kaya::Support::Configuration.headless?}
|
|
29
|
+
result.kaya_command= "#{Kaya::Support::Configuration.headless?} cucumber #{result.command} -f pretty -f html -o kaya/temp/#{result.kaya_report_file_name} #{result.custom_params_values} _id=#{result.id} "
|
|
30
30
|
|
|
31
31
|
result.console_output_file_name= "kaya_co_#{result.id}.out"
|
|
32
32
|
|
data/lib/kaya/version.rb
CHANGED
|
@@ -73,14 +73,6 @@ javascript = Mote.parse(File.read("#{Kaya::View.path}/javascript.mote"), self, [
|
|
|
73
73
|
</div>
|
|
74
74
|
</h6>
|
|
75
75
|
|
|
76
|
-
|
|
77
|
-
% if (result.process_running? or result.running?) and (result.seconds_without_changes > Kaya::Support::Configuration.inactivity_timeout) and Kaya::Support::Configuration.reset_execution_availability?
|
|
78
|
-
% elapsed = Kaya::View.formatted_for(result.seconds_without_changes)
|
|
79
|
-
<p>There is no changes in this execution since more than {{elapsed}}.</p>
|
|
80
|
-
<p>If the suite you asked is still running, you can stop it by pressing the following button</p>
|
|
81
|
-
<p><a class='label label-danger' onclick='get_and_close("/{{Kaya::Support::Configuration.hostname}}/kaya/results/{{result.id}}/reset");' role='button'>Stop execution <b>{{result.suite_name}}</b></a> </p>
|
|
82
|
-
</p>
|
|
83
|
-
% end
|
|
84
76
|
</div>
|
|
85
77
|
<div>
|
|
86
78
|
<div class='page-header'>
|