Interface JUnitXmlReport

    • Method Detail

      • isOutputPerTestCase

        @Input
        boolean isOutputPerTestCase()
        Should the output be associated with individual test cases instead of at the suite level.
      • setOutputPerTestCase

        void setOutputPerTestCase​(boolean outputPerTestCase)
        Should the output be associated with individual test cases instead of at the suite level.
      • getIncludeSystemOutLog

        @Input
        @Incubating
        Property<java.lang.Boolean> getIncludeSystemOutLog()
        Decide to include or omit the system out log in the XML report. The default behavior is to have it.
        Since:
        8.8
      • getIncludeSystemErrLog

        @Input
        @Incubating
        Property<java.lang.Boolean> getIncludeSystemErrLog()
        Decide to include or omit the system err log in the XML report. The default behavior is to have it.
        Since:
        8.8