kaya 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 033bb61efdc7cdbf0cb553692f82de5866d0f9ee
4
- data.tar.gz: 0e3de5b65873b4dc50c8fff6507b491104b68933
3
+ metadata.gz: 95fbfa73d6ae01e008c0fe826923df79ee275db0
4
+ data.tar.gz: 90e0cea78c2e7c5ff4d106072fd66e2037d98984
5
5
  SHA512:
6
- metadata.gz: dcf6ebc5803f43e80141a161dfee26fe2f98b200de5088ffbf873cf17d77f75113fa1ef5f98c6e759db9fb94faa4c2f11be2eb3b16b643014902ea703735db51
7
- data.tar.gz: 2bce3a33e7a01606acbba42641aeef6de7a398ba1225a17b1fb72137fdd606784a03cb5809e7003bdf3444ae5cdcb22789fb0d72ab62725acfb1b5b9974adeda
6
+ metadata.gz: a31c550621204c537142fae10b4fbc48dbb539bc29cc66cea05af1ea47cf4f787e8d14035a81391750fd79947f5193202a38db03d7cf2954f529cbd9a4dd3662
7
+ data.tar.gz: bae3fc1377e64f9360a1e01ff0e2ebea4abe05c73047cc35ce26c9a74c770fea357c00d3d5242e2305c1208f2a80143444a52bd5a574980a6411302d519076ef
@@ -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?} bundle exec cucumber #{result.command} -f pretty -f html -o kaya/temp/#{result.kaya_report_file_name} #{result.custom_params_values} _id=#{result.id} "
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
@@ -1,3 +1,3 @@
1
1
  module Kaya
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -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>&nbsp;&nbsp;</p>
82
- </p>
83
- % end
84
76
  </div>
85
77
  <div>
86
78
  <div class='page-header'>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kaya
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Rodriguez