summaryrefslogtreecommitdiffstats
path: root/uitest/test.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove TB2 test running supportArtur Signell2016-08-181-172/+0
| | | | Change-Id: I59229cd4809ea4e624244ee19f641f838a9c5312
* Remove TB2 tests and integration tests for legacy servers/portalsArtur Signell2016-04-011-15/+0
| | | | Change-Id: I1c6d830c8a71674c264738f709ad12da3b91cd5c
* Disable auto-testing of TB2 tests on ChromeArtur Signell2015-03-091-1/+1
| | | | | | | | | Chrome has started auto-updating even though auto updates are disabled on the test machines. TestBench 2 works with Chrome 41 (latest) but opens the test in a new tab instead of in a new window and therefore is unable to resize the browser to the correct size for screenshots. Change-Id: Ib7f05a9115a9c82f5b3b384d73c47d6becbfbe79
* Move TB2 files to separate folderArtur Signell2014-12-181-1/+1
| | | | | | This avoids running other HTML files as TB2 tests Change-Id: I32445aeaeaf77f3a34771db6fa0d2eb40fc60ff7
* Stop running TB2 tests on Safari 5 and Opera 12Artur Signell2014-08-101-1/+1
| | | | | | | | | | | While still supported, these browsers are completely outdated and the tests no longer give us meaningful information. When TestBench 2 tests are converted to TB4, they will no longer be run on either of these browser. To improve the situation in the future, TB4 tests should be run on Safari 7 and latest Opera Change-Id: Ib49376e30e105aea89218aa352c44a4c3ec8778f
* Output test results in XML reports instead of to standard outputArtur Signell2013-11-181-4/+11
| | | | | | | | | | | | | | | | 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
* Revert "Publish error artifacts immediatly in TeamCity"Artur Signell2013-10-301-4/+0
| | | | | | This reverts commit 5fb1da2da04ccca2305af31a9105b848e42b1ed6. Change-Id: I9d84b75e5e189378eacd2559bb42399b77957010
* Revert "Only print testbench failure TeamCity messages when running in TC"Artur Signell2013-10-301-9/+3
| | | | | | This reverts commit d0e604f6b509767c46ffe0fd6765cf23535f593e. Change-Id: I14509a9cb1365761d02a3a8a18d3febc4a7ba918
* Skip compilation of TB2 tests if tests.tb2.skip is setArtur Signell2013-10-161-2/+2
| | | | Change-Id: I647fb48059372b497c77580d252c9622d259d3eb
* Allow skipping TB2/TB3 tests using tests.tb2/tb3.skipArtur Signell2013-10-151-1/+1
| | | | Change-Id: If9f16657731fa5ea06e61bf9702abe385e4fc7a1
* Only print testbench failure TeamCity messages when running in TCJohn Ahlroos2013-10-021-3/+9
| | | | Change-Id: Ifa04ce512743bc8ccddea0bdca7b82cceaff150e
* Publish error artifacts immediatly in TeamCityJohn Ahlroos2013-09-271-0/+4
| | | | Change-Id: I69cb2208b7f6b3263ddb25fa26eebebcc6f9a7c3
* Refactored build scripts to support TB2, TB3 + integration tests (#12572)Artur Signell2013-09-241-16/+5
| | | | | | | | | * 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
* Reformatted using Ant editor (#12040)Artur Signell2013-06-101-71/+35
| | | | Change-Id: If8afd65d5905302c64f12ef7f76ee7e63073c474
* Formatted XML files using defined rules (#11956)Artur Signell2013-05-301-187/+225
| | | | Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
* Merge changes from origin/7.0Leif Åstrand2013-05-101-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 7d9f544 Test for #11396 (merged from 6.8 branch). Depends on a blur event so cannot be autotested with TB. 1b18807 Remove pre-loader element after pre-loading, fixes #10863 ce9c818 Instead of applying workaround to the root panel, apply it to the sub window content element instead to prevent scrolling of the document when a sub window is removed. #11713 (#10776) 3f5d022 Liferay 6.2 compatibility (#11751) ffd1c1b Don't ignore child component margins in AbstractOrderedLayout (#11553) 62ae5e1 More verbose output from running Jetty 21d9b67 Add a large number of debug calls to VFilterSelect (disabled by default) bdb7931 Merge test for #11623 to 7.0. 19e27a1 Move suggestion popup width calculation from connector to VFilterSelect Change-Id: I2d980126599e55fa5e4f6ec523dca16ba54107b5
| * More verbose output from running JettyLeif Åstrand2013-05-101-0/+1
| | | | | | | | | | | | | | This is an attempt to find what it is that sometimes seems to cause Jetty to terminate before all the tests have run. Change-Id: Id33e42c49d7528034b2859294e52111df218763a
* | Merge commit 'e4c9eda51082a443822b66864df2fe14be7dc6d7'Artur Signell2013-03-211-1/+1
|\| | | | | | | | | | | | | Conflicts: uitest/test.xml Change-Id: I2c82fa7117b21bddad313abdd2f3f43143317c12
| * Test using Opera 12 (#8976)Artur Signell2013-03-131-1/+1
| | | | | | | | Change-Id: I6e72f8ecb0fbd52b6774956ed2c904a060dc1424
* | Enable testing on IE10 (#9219)Artur Signell2013-03-181-1/+1
|/ | | | Change-Id: I990c439b5e9f5a444a1da06563344491bd93cf41
* Test using Firefox 17 ESR (#10359)Artur Signell2012-12-171-1/+1
| | | | Change-Id: I808d5f29eb87f0744f0c7cc4b78af761a793f1c6
* Fixed running of TestBench tests (#9299)Artur Signell2012-09-091-15/+8
|
* Support running TestBench tests with the vaadin-uitest war (#9299)Artur Signell2012-09-091-44/+56
| | | | Server is now launched using jetty-runner instead of a custom DemoLauncher
* Fixed test file pathArtur Signell2012-08-311-3/+2
|
* Fixed test file pathArtur Signell2012-08-311-1/+1
|
* Renamed tests -> uitest and tests/testbench -> uitest/src (#9299)Artur Signell2012-08-301-0/+184