hiptest-publisher 0.9.7 → 0.9.8

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: fd7605662ca83f41503ad95b2a506451ac5b501e
4
- data.tar.gz: dc4237ee6f5843a22fbb989de9f12f274d90dca0
3
+ metadata.gz: dafc5dfdf0de42de34e5dba12de8ac5d2b3463e1
4
+ data.tar.gz: 600001c5fc8d3cf9a398e54d76a18527bc5b25a5
5
5
  SHA512:
6
- metadata.gz: 1b66828000929f3d5bf98d776f84d2544fc0db8c79527a90db405e2cd668d35e019f21e0faac6cb1a8a8325efbf93a988d9c5571f487af5437ea1f3d270da030
7
- data.tar.gz: 928a8581fb2cda37e2c5f70888b36e3d5ba41a5b8a19e7ad49b4590ee4dec59c50ebbb0d5edff387b7e8ebcd20899e858a8fdb6f77245990ce26f98931306329
6
+ metadata.gz: e30f8008bfcf48ad8c14d2d96df8b6a942808ad4c5289d7639be1717aec9c48154856e1bf47db5ebaf415d0fec2bfe66ed1328929569fe34b8cb25c38afe4025
7
+ data.tar.gz: 4918aab98a0caa979804da35d431da6e7f74f4edfb4f68a72f9ddd25ee1835233215eb0ed271c712824ede6fc81251b9fec7065a55c5ebcb0e6c52f566ec24fe
data/README.md CHANGED
@@ -1,7 +1,8 @@
1
1
  Hiptest Publisher
2
2
  ==============
3
3
 
4
- [![Build Status](https://travis-ci.org/hiptest/hiptest-publisher.svg?branch=master)](https://travis-ci.org/hiptest/hiptest-publisher)
4
+ [![Build Status Linux](https://travis-ci.org/hiptest/hiptest-publisher.svg?branch=master)](https://travis-ci.org/hiptest/hiptest-publisher)
5
+ [![Build Status Windows](https://ci.appveyor.com/api/projects/status/ciahcci0ayr1oihr/branch/master?svg=true)](https://ci.appveyor.com/project/hiptest/hiptest-publisher)
5
6
  [![Gem Version](https://badge.fury.io/rb/hiptest-publisher.svg)](http://badge.fury.io/rb/hiptest-publisher)
6
7
  [![Code Climate](https://codeclimate.com/github/hiptest/hiptest-publisher/badges/gpa.svg)](https://codeclimate.com/github/hiptest/hiptest-publisher)
7
8
  [![Test Coverage](https://codeclimate.com/github/hiptest/hiptest-publisher/badges/coverage.svg)](https://codeclimate.com/github/hiptest/hiptest-publisher)
@@ -23,6 +23,8 @@ module Hiptest
23
23
  folder.children[:scenarios].sort_by! {|sc| sc.children[:name] }
24
24
  folder.children[:subfolders].sort_by! {|f| f.children[:name] }
25
25
  end
26
+
27
+ @project.children[:scenarios].children[:scenarios].sort_by! {|sc| sc.children[:name] }
26
28
  end
27
29
  end
28
30
  end
@@ -156,7 +156,7 @@ class OptionsParser
156
156
  Option.new('s', 'site=SITE', 'https://hiptest.net', String, "Site to fetch from", :site),
157
157
  Option.new('p', 'push=FILE.TAP', '', String, "Push a results file to the server", :push),
158
158
  Option.new(nil, 'push-format=tap', 'tap', String, "Format of the test results (tap, junit, robot)", :push_format),
159
- Option.new(nil, 'sort=[id,order,alpha]', 'id', String, "Sorting of tests in output: id will sort them by age, order will keep the same order than in hiptest, alpha will sort them by name", :sort),
159
+ Option.new(nil, 'sort=[id,order,alpha]', 'order', String, "Sorting of tests in output: id will sort them by age, order will keep the same order than in hiptest, alpha will sort them by name", :sort),
160
160
  Option.new('v', 'verbose', false, nil, "Run verbosely", :verbose)
161
161
  ]
162
162
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiptest-publisher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.7
4
+ version: 0.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hiptest R&D
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-25 00:00:00.000000000 Z
11
+ date: 2016-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize