]> source.dussan.org Git - vaadin-framework.git/commit
Refactored build scripts to support TB2, TB3 + integration tests (#12572)
authorArtur Signell <artur@vaadin.com>
Mon, 16 Sep 2013 11:31:37 +0000 (14:31 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 24 Sep 2013 05:36:15 +0000 (05:36 +0000)
commita682e3b5341e5cf21e84c1dbbb2bc98743674392
tree4e700896af7d80634d1838d3965f5312832c7d6e
parent6b17abed4cbf3aff19efd58c5f3ca6195972f39e
Refactored build scripts to support TB2, TB3 + integration tests (#12572)

* Main build configuration triggers unit tests for all modules and uitest/build.xml testbench tests in parallel
* uitest/build.xml triggers Jetty startup and integration (server) tests in parallel. After the server has started, TB2 and TB3 tests are run in parallel.
* Server integration tests for servlet containers are run using TB3 and the com.vaadin.tests.tb3.ServletIntegrationTests test suite.
* Portlet integration tests are still run using TB2 test scripts

Change-Id: Ie6bffd4e68b4889074e9c470faa3c65f923e55c4
build.xml
uitest/build.xml
uitest/integration_tests.xml
uitest/src/com/vaadin/tests/tb3/AllTB3Tests.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/tb3/TB3TestSuite.java [new file with mode: 0644]
uitest/tb3test.xml [new file with mode: 0644]
uitest/test.xml