chrome.toml (414B)
1 [DEFAULT] 2 support-files = "test-dir/test-file" 3 4 ["test_chromeGetTestFile.xhtml"] 5 6 ["test_sample.xhtml"] 7 8 ["test_sanityEventUtils.xhtml"] 9 fail-if = [ 10 "headless", # Bug 1678303 11 ] 12 13 ["test_sanityException.xhtml"] 14 15 ["test_sanityException2.xhtml"] 16 17 ["test_sanityManifest.xhtml"] 18 fail-if = [ 19 "true", 20 ] 21 22 ["test_sanityManifest_pf.xhtml"] 23 fail-if = [ 24 "true", 25 ] 26 27 ["test_tasks_skip.xhtml"] 28 29 ["test_tasks_skipall.xhtml"]