-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Render tasty output to HTML
--
-- A tasty ingredient to output test results in HTML5.
@package tasty-html
@version 0.2
-- | Run a TestTree and produce an HTML file summarising the test
-- results.
module Test.Tasty.Runners.Html
-- | Path where the HTML will be rendered.
newtype HtmlPath
HtmlPath :: FilePath -> HtmlPath
-- | To run tests using this ingredient, use
-- defaultMainWithIngredients, passing htmlRunner as one
-- possible ingredient. This ingredient will run tests if you pass the
-- --html command line option. For example,
-- --html=results.html will run all the tests and generate
-- results.html as output.
htmlRunner :: Ingredient
instance Typeable HtmlPath
instance Generic Summary
instance Datatype D1Summary
instance Constructor C1_0Summary
instance Selector S1_0_0Summary
instance Selector S1_0_1Summary
instance Selector S1_0_2Summary
instance Monoid Summary
instance IsOption (Maybe HtmlPath)