]> source.dussan.org Git - vaadin-framework.git/commit
Output test results in XML reports instead of to standard output
authorArtur Signell <artur@vaadin.com>
Mon, 4 Nov 2013 16:10:05 +0000 (18:10 +0200)
committerHenri Sara <hesara@vaadin.com>
Mon, 18 Nov 2013 12:40:30 +0000 (12:40 +0000)
commitdde6a4893dd1c3d1bc040d58db6fd4cec012c74c
tree3910b3b0d5f57e690dfd7d36a192af2d74303606
parent81a1c293f0e407db4a5443b85e57d32cddd397a7
Output test results in XML reports instead of to standard output

This is a workaround for a problem with the integrated TeamCity JUnit
listener which is not thread safe. Without this the test results are
completely mixed up in TeamCity. For more information, see
http://youtrack.jetbrains.com/issue/TW-33176.

All standard JUnit test reports is put in result/reports. For uitest
there are three report directories: result/reports-tb2,
result/reports-tb3 and result/reports-integration to be able to clean
the directories before running a given type of tests.

This change is based on the separate fixes by John.

Change-Id: I2f0dee416f6745544636f2f3dcea0d0832ff8076
common.xml
uitest/build.xml
uitest/integration_tests.xml
uitest/tb3test.xml
uitest/test.xml