Lines Matching full:html

56     # Ensure the results of 'report-html' come from the database.
73 atf_fail "Test case output not found in HTML page ${file}"
90 atf_fail "Spurious test case output found in HTML page"
101 atf_check -s exit:0 -o ignore -e empty kyua report-html
103 html/index.html \
104 html/context.html \
105 html/simple_all_pass_skip.html \
106 html/simple_some_fail_fail.html
111 atf_check -o match:"2 TESTS FAILING" cat html/index.html
113 check_in_file html/simple_all_pass_skip.html \
115 check_not_in_file html/simple_all_pass_skip.html \
120 check_in_file html/simple_some_fail_fail.html \
122 check_not_in_file html/simple_some_fail_fail.html \
127 check_in_file html/metadata_one_property.html \
129 check_not_in_file html/metadata_one_property.html \
132 check_in_file html/metadata_many_properties.html \
134 check_not_in_file html/metadata_many_properties.html \
143 atf_check -s exit:2 -o empty -e file:experr kyua report-html
152 atf_check -s exit:0 -o ignore -e empty kyua report-html \
154 grep "MOCK.*mock1" html/context.html || atf_fail "Invalid context in report"
156 rm -rf html
157 atf_check -s exit:0 -o ignore -e empty kyua report-html \
159 grep "MOCK.*mock2" html/context.html || atf_fail "Invalid context in report"
166 kyua report-html --results-file=foo
174 atf_check -s exit:0 -o ignore -e empty kyua report-html
175 test -f html/index.html || atf_fail "Expected file not created"
176 rm html/index.html
177 atf_check -s exit:0 -o ignore -e empty kyua report-html --force
178 test -f html/index.html || atf_fail "Expected file not created"
186 atf_check -s exit:0 -o ignore -e empty kyua report-html
187 test -f html/index.html || atf_fail "Expected file not created"
188 rm html/index.html
191 kyua: E: Output directory 'html' already exists; maybe use --force?.
193 atf_check -s exit:2 -o empty -e file:experr kyua report-html
194 test ! -f html/index.html || atf_fail "Not expected file created"
203 atf_check -s exit:0 -o ignore -e empty kyua report-html --output=output/foo
204 test ! -d html || atf_fail "Not expected directory created"
205 test -f output/foo/index.html || atf_fail "Expected file not created"
213 atf_check -s exit:0 -o ignore -e empty kyua report-html \
216 html/index.html \
217 html/context.html \
218 html/simple_all_pass_pass.html \
219 html/simple_some_fail_pass.html \
220 html/metadata_no_properties.html \
221 html/metadata_with_cleanup.html
226 atf_check -o match:"2 TESTS FAILING" cat html/index.html
228 check_in_file html/simple_all_pass_pass.html \
230 check_not_in_file html/simple_all_pass_pass.html \
235 check_in_file html/simple_some_fail_pass.html \
238 check_not_in_file html/simple_some_fail_pass.html \
248 atf_check -s exit:2 -o empty -e file:experr kyua report-html \