bucky-core 0.10.18 → 0.10.19
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/exe/bucky +0 -1
- data/lib/bucky/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 71ab5650bf91e8f1fe19a0a37e82f3413f7bf936efbdcb590d10625ee1279d75
|
|
4
|
+
data.tar.gz: 2192597051b29173480fb23af9f076c8935c8f86aec31e9902e3fdaa9d4f3b22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7cb4c4ce1dabca756159d99c8c04cf9c950374e5fd56df271198cd57ca3d34d7e1a9f87b3e97bfa5f5d52036decc18b09b9dd6718fcc4f82a5dc47fd3829c7ea
|
|
7
|
+
data.tar.gz: c63ab8c48f42dbf5c4b02c6e5ca30b0d107c728bb4a0c51e975b09c0e6dd422b6238f27ffadeaa4169e8b03a866a35d159b3ba16deda96ac6d127e7ed915fcfd
|
data/exe/bucky
CHANGED
|
@@ -131,7 +131,6 @@ def setup_test_cond(test_cond)
|
|
|
131
131
|
test_cond[:test_category] ||= 'e2e'
|
|
132
132
|
test_cond[:re_test_count] = test_cond[:re_test_count] ? test_cond[:re_test_count].to_i : 1
|
|
133
133
|
test_cond[:link_check_max_times] ||= 3
|
|
134
|
-
test_cond[:out] ||= 'report.json'
|
|
135
134
|
# Change to array e.g.--suite_id 1,2,3 -> :suite_id=>[1,2,3]
|
|
136
135
|
%i[suite_name case label xlabel device].each do |k|
|
|
137
136
|
test_cond[k] = test_cond[k].split(',') unless test_cond[k].nil?
|
data/lib/bucky/version.rb
CHANGED