haskell - HUnit/QuickCheck with Continuous Integration -



haskell - HUnit/QuickCheck with Continuous Integration -

are there extensions hunit or quickcheck allow continuous integration scheme bamboo detailed reporting of test results?

so far, best thought trigger tests part of build script, , rely on tests fail non-zero exit code. effective getting attending when test fails, confuses build failures test failures , requires wading through console output determine problem's source.

if best alternative current tools, thought write reporting module hunit produce output in junit xml format, point ci tool @ though reporting on java project. seems hackish, though, i'd appreciate thoughts both on existing options , directions new development.

the test-framework package provides tools integrating tests using different testing paradigms, including hunit , quickcheck, , console test runner can passed flag makes produce junit-compatible xml. utilize jenkins continuous integration.

invocation example:

$ ./test --jxml=test-results.xml

haskell continuous-integration quickcheck hunit

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -