0 Replies Latest reply on Nov 9, 2005 4:35 PM by walkerrl49

    Build file changes: fail build on any test failure.  HTML re

    walkerrl49

      I have changed the build file to fail if any unit test fails.

      I also added HTLM reporting, as an OPTION.

      By default, if you ask for a target named "test", the build works just the way it always has [God willing :) ].

      Specifying a target of "html-test" will give you a couple more directories under output/ant/test-reports:

      ../xml
      ../html

      Opening the file ../output/ant/test-reports/html/index.html should give you a frames-enabled display that lets you browse the tests and examine properties, etc.

      The dreary text reports are still placed in the same old location regardless of whether you specify the target "html-test".