We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b018a9 commit 0b21f52Copy full SHA for 0b21f52
1 file changed
exe/bucky
@@ -131,7 +131,6 @@ def setup_test_cond(test_cond)
131
test_cond[:test_category] ||= 'e2e'
132
test_cond[:re_test_count] = test_cond[:re_test_count] ? test_cond[:re_test_count].to_i : 1
133
test_cond[:link_check_max_times] ||= 3
134
- test_cond[:out] ||= 'report.json'
135
# Change to array e.g.--suite_id 1,2,3 -> :suite_id=>[1,2,3]
136
%i[suite_name case label xlabel device].each do |k|
137
test_cond[k] = test_cond[k].split(',') unless test_cond[k].nil?
0 commit comments