-- 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.4.1.1


-- | Run a <a>TestTree</a> 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
--   <a>defaultMainWithIngredients</a>, passing <a>htmlRunner</a> as one
--   possible ingredient. This ingredient will run tests if you pass the
--   <tt>--html</tt> command line option. For example,
--   <tt>--html=results.html</tt> will run all the tests and generate
--   <tt>results.html</tt> as output.
htmlRunner :: Ingredient

-- | Path where external assets will be looked up
newtype AssetsPath
AssetsPath :: FilePath -> AssetsPath
instance GHC.Generics.Generic Test.Tasty.Runners.Html.Summary
instance GHC.Base.Monoid Test.Tasty.Runners.Html.Summary
instance Test.Tasty.Options.IsOption (GHC.Base.Maybe Test.Tasty.Runners.Html.AssetsPath)
instance Test.Tasty.Options.IsOption (GHC.Base.Maybe Test.Tasty.Runners.Html.HtmlPath)
