Lines Matching refs:html

113     atf_check -s exit:0 -o ignore -e empty kyua report-html
115 html/index.html \
116 html/context.html \
117 html/simple_all_pass_skip.html \
118 html/simple_some_fail_fail.html
123 atf_check -o match:"2 TESTS FAILING" cat html/index.html
125 check_in_file html/simple_all_pass_skip.html \
127 check_not_in_file html/simple_all_pass_skip.html \
132 check_in_file html/simple_some_fail_fail.html \
134 check_not_in_file html/simple_some_fail_fail.html \
139 check_in_file html/metadata_one_property.html \
141 check_not_in_file html/metadata_one_property.html \
144 check_in_file html/metadata_many_properties.html \
146 check_not_in_file html/metadata_many_properties.html \
156 atf_check -s exit:2 -o empty -e file:experr kyua report-html
163 -e match:"kyua: E: Cannot open '.*/.kyua/store.db': " kyua report-html
172 atf_check -s exit:0 -o ignore -e empty kyua report-html \
174 grep "action 1" html/index.html || atf_fail "Invalid action in report"
175 grep "MOCK.*mock1" html/context.html || atf_fail "Invalid context in report"
177 rm -rf html
178 atf_check -s exit:0 -o ignore -e empty kyua report-html \
180 grep "action 2" html/index.html || atf_fail "Invalid action in report"
181 grep "MOCK.*mock2" html/context.html || atf_fail "Invalid context in report"
190 atf_check -s exit:2 -o empty -e file:experr kyua report-html --action=514
198 atf_check -s exit:0 -o ignore -e empty kyua report-html
199 test -f html/index.html || atf_fail "Expected file not created"
200 rm html/index.html
201 atf_check -s exit:0 -o ignore -e empty kyua report-html --force
202 test -f html/index.html || atf_fail "Expected file not created"
210 atf_check -s exit:0 -o ignore -e empty kyua report-html
211 test -f html/index.html || atf_fail "Expected file not created"
212 rm html/index.html
215 kyua: E: Output directory 'html' already exists; maybe use --force?.
217 atf_check -s exit:2 -o empty -e file:experr kyua report-html
218 test ! -f html/index.html || atf_fail "Not expected file created"
227 atf_check -s exit:0 -o ignore -e empty kyua report-html --output=output/foo
228 test ! -d html || atf_fail "Not expected directory created"
229 test -f output/foo/index.html || atf_fail "Expected file not created"
239 atf_check -s exit:0 -o ignore -e empty kyua report-html \
242 html/index.html \
243 html/context.html \
244 html/simple_all_pass_pass.html \
245 html/simple_some_fail_pass.html \
246 html/metadata_no_properties.html \
247 html/metadata_with_cleanup.html
252 atf_check -o match:"2 TESTS FAILING" cat html/index.html
254 check_in_file html/simple_all_pass_pass.html \
256 check_not_in_file html/simple_all_pass_pass.html \
261 check_in_file html/simple_some_fail_pass.html \
264 check_not_in_file html/simple_some_fail_pass.html \
276 atf_check -s exit:2 -o empty -e file:experr kyua report-html \