aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add a new variation for ValoJouni Koivuviita2014-08-191-0/+3
| | | | | | | | A new variation named “Light”, similar to iOS7 style. Fix some valo-menu styles to accommodate the new light style better. Change-Id: Ib7c396263db7838c972d75a6b79fed1caf7ca576
* Made Valo test UI deterministic and added TB testArtur Signell2014-08-141-32/+103
| | | | Change-Id: I342fad836ad0d4014748a06c8ccfed53a99e6ece
* Fix WAR file location in uitest build scripts.Sauli Tähkäpää2014-05-211-5/+5
| | | | Change-Id: I0febbbaf85374c395454c889c36add277ca9b131
* Added server launch wait to TB2 and TB3 test targets.Sauli Tähkäpää2014-03-121-0/+2
| | | | Change-Id: Iaa9feeedd1a2dbc879617c7b0dfedfeff36a7ba5
* Added nojavadoc parameter, test-server, test-tb2, test-tb3 targets.Sauli Tähkäpää2014-03-101-0/+38
| | | | Change-Id: I3b0f4ebc247d0cdbf5d8cdd78c3088207e2f8e45
* Use more worker threads for widgetset compilationHenri Sara2014-02-271-1/+1
| | | | Change-Id: Ib7ea54e7a06516acbd9cf3dd08dbbacaac2030f9
* Output test results in XML reports instead of to standard outputArtur Signell2013-11-181-2/+0
| | | | | | | | | | | | | | | | 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
* Refactored build scripts to support TB2, TB3 + integration tests (#12572)Artur Signell2013-09-241-0/+55
| | | | | | | | | * 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
* Reduce Ivy resolver spam to a minimum (#12510)Artur Signell2013-09-041-2/+2
| | | | Change-Id: Ie80f2bad49f38a2391a8a560825aceb19f82de0a
* Include unobfuscated file used by test in the war (#12468)Leif Åstrand2013-09-041-0/+1
| | | | Change-Id: Id90faf1dde880bb1aa51f9c337dca594f4993884
* Include compatibility web.xml in uitest.war (#11688)Artur Signell2013-06-111-1/+2
| | | | Change-Id: I4f500e37ef7b96e103d66c40fba152299516a55f
* Reformatted using Ant editor (#12040)Artur Signell2013-06-101-22/+10
| | | | Change-Id: If8afd65d5905302c64f12ef7f76ee7e63073c474
* Formatted XML files using defined rules (#11956)Artur Signell2013-05-301-144/+157
| | | | Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
* Renamed "tests" target to "test" and added "test-all" (#9998)Artur Signell2013-03-011-5/+5
| | | | | | | The "test" target runs all tests which do not require additional servers or setup. Can be run immediately after cloning the project. The "test-all" target runs also integration tests and UI tests which require access to servers or additional setup. Change-Id: I2f5371dc5be805ba12766c8187a2b58fbc7f7db4
* Imported and updated release notes builder (#10918)Artur Signell2013-02-191-0/+4
| | | | | Change-Id: Ie21d448f89d0fab6b7732a0137c80172e9da8e69 Ticket: 10918
* Checkstyle for Vaadin #9065Pekka Hyvönen2013-01-041-1/+4
| | | | | | | | * Validates that all java files contains a license file and fails the build if a license is missing * For now runs a lot of checks with a severity less than error to avoid failing the build * Outputs test results to TeamCity for reporting Change-Id: I24ca9cd0646a4bc530ef3a183eef1bc4addc555d
* Fixed typoArtur Signell2012-09-111-1/+1
|
* Include TestingWidgetSet in warArtur Signell2012-09-111-0/+3
|
* Really package sources also into warArtur Signell2012-09-111-3/+2
|
* Include non-java files in test warArtur Signell2012-09-111-0/+3
|
* Include all required themesArtur Signell2012-09-091-1/+2
|
* Generate pom artifacts and automatically publish to local Maven (#9299)Artur Signell2012-09-091-1/+1
|
* Include compiled TestingWidgetSet in war (#9299)Artur Signell2012-09-091-11/+41
|
* Support running TestBench tests with the vaadin-uitest war (#9299)Artur Signell2012-09-091-5/+18
| | | | Server is now launched using jetty-runner instead of a custom DemoLauncher
* Client-compiled-cache artifact (#9299)Artur Signell2012-09-091-0/+1
|
* Added themes-compiled module (#9299)Artur Signell2012-09-091-3/+7
|
* Support running JUnit tests (#9299)Artur Signell2012-09-091-0/+87