summaryrefslogtreecommitdiffstats
path: root/uitest/integration_tests.xml
Commit message (Collapse)AuthorAgeFilesLines
* Refactor testing of the framework (#8393)Teemu Suo-Anttila2017-02-011-330/+0
| | | | | | | | | * Integration tests moved from uitest to separate test modules * Run TB4 tests with maven profile * Remove old ant/ivy build scripts from uitest * Add 'needs-ssh' test category for reconnection test * Add default values for testing and validation builds * Add placeholder build.xml with instructions to run Maven
* Use PhantomJS2 for server integration tests (#8030)Henri Sara2016-12-191-3/+3
| | | | | | | | | | | | | | | * Run server integration tests with PhantomJS2 * Add delay to integration test screenshots Otherwise, the progress indicator might still be fading when the screenshot is taken, and the screenshots are not fully stable. * Reduce integration test startup delays * Add PhantomJS2 screenshots for integration tests * Add PhantomJS2 screenshots for tomcat 7 proxy test
* Remove TB2 test running supportArtur Signell2016-08-181-61/+5
| | | | Change-Id: I59229cd4809ea4e624244ee19f641f838a9c5312
* Remove the broken Liferay 6.0 testArtur Signell2016-08-171-12/+0
| | | | Change-Id: Ia51bfd1c7764857f7d378b7f0a0daea258d0fe26
* Run OSGi test on Karaf 4.0.5Artur Signell2016-08-171-1/+1
| | | | Change-Id: I28eedd4130a1f017c1fc7ce5f22ba8e617f9b450
* Remove unnecessary sleep time randomizationArtur Signell2016-08-171-10/+2
| | | | | | | | Seems like the randomization is not thread safe and from time to time causes all server tests to fail with "integration_tests.xml:251: Only 1 operation can be specified" Change-Id: I41774fb4d7637e3485a82ef0096193c73a201eb5
* Remove the "liferay" themeHenri Sara2016-08-051-15/+0
| | | | | | | | The theme was designed for Liferay 6.0 and was following its look. Liferay 6.0 is no longer officially supported by Vaadin 8. Change-Id: I79e8ecd6674b1dce2424121d4c298b69d3f932d4
* Reduce integration test startup delaysHenri Sara2016-08-051-5/+5
| | | | | | Between integration tests, the test build was idling a lot. Change-Id: I524cbeb6fbc368d1bacf62518c5eaca970a5542a
* Remove WebSphere 8 and Glassfish 3 testsHenri Sara2016-08-051-30/+0
| | | | | | | WebSphere 8 prior to 8.5.5.9 does not support Java 8. Glassfish 3 does not support Java 8 out of the box. Change-Id: I623951ec2fa180a3c520ae24b27837f8b6d81ea2
* Remove old integration testsHenri Sara2016-08-051-67/+0
| | | | | | | Remove all integration tests whose servers do not support Servlet 3.0 and some other obsolete servers. Change-Id: I648bda9a74579be69cb54864fa526d3105742b9b
* Test using PayaraArtur Signell2016-05-071-0/+7
| | | | Change-Id: Ife341d184386db4fd51f1c7209ddb0cb46f6d73d
* Fix classpath order for integration testsHenri Sara2016-05-041-1/+1
| | | | | | | Test classes need to come first because of how TB3TestLocator is implemented. Change-Id: I912e7a6e4743053ce01567870754e2b9ea30b0f1
* Use classes compiled with Maven in uitestHenri Sara2016-04-231-1/+2
| | | | | | Remove recompilation of test classes with Ant and minor cleanup. Change-Id: Ibe57be753d12558229a9d0b83a9eef16f57b46be
* Remove TB2 tests and integration tests for legacy servers/portalsArtur Signell2016-04-011-78/+0
| | | | Change-Id: I1c6d830c8a71674c264738f709ad12da3b91cd5c
* Test using Wildfly 10 (#19565)Artur Signell2016-02-131-0/+7
| | | | Change-Id: Ife0d04d197c10a609c90e257c106a581b2be4c42
* Merge remote-tracking branch 'origin/master' into reconnect-dialogArtur Signell2015-09-041-1/+2
|\ | | | | | | Change-Id: Ie622160a83116c83b255a26bec297f73f3223ac7
| * Disable websphereportal8 testHenri Sara2015-08-141-1/+2
| | | | | | | | | | | | | | The automated test environment is missing the server, so the test was always ignored. Change-Id: Ida3266758eea461c65f2d937109455b209903dfb
* | Nginx + Wildfly 9 test for various proxy configurations (#11733)Artur Signell2015-09-031-0/+7
|/ | | | | | | | | * /nonbuffering a proxy without any buffering * /buffering tests a buffering proxy * /nonbuffering-timeout tests a proxy without any buffering but with a 10s timeout set * /buffering-timeout tests a buffering proxy with a 10s timeout set Change-Id: I5d99cc29364e3ed888371fa18ee404f912d73223
* Support and run tests on Wildfly 9 (#18295)Artur Signell2015-06-181-1/+7
| | | | Change-Id: I590b786efa82ea632c77e016dd221c903427e5cf
* GAE related fixes: another GAE app, new license, javadoc mistake fix(#18168)elmot2015-06-051-1/+1
| | | | | | | | | Google forces applications owners to migrate all applications to a new [High Replication] DataStorage. An old Vaadin application is deleted, and a new one is created because of that migration. GAE license is replaced with latest one. Change-Id: Ie6de09f0c1c621308ad8e0cfc2ba7b42bfb10429
* Disable broken, non maintained Liferay 6EE testArtur Signell2015-04-211-27/+0
| | | | Change-Id: Id13235325831577b5fe2b5c4cd3e24a6b88e3f44
* Add OSGi integration tests (#9583)Miki2015-03-061-0/+8
| | | Change-Id: Ibea856ab7bbde663d9a1762050902f1740f6d73f
* Remove eXo test which is unreliable and tests an old versionArtur Signell2015-03-061-11/+0
| | | | Change-Id: I00e1bb23bb312ecf3303b23f22dc07b58e2b8e0e
* Use TestBench-4.0.2Teemu Suo-Anttila2015-02-191-0/+3
| | | | | | | | - Based on TB4 Parallel testing. - Browser setup no longer uses static capabilities. - Some code cleanup here and there. Change-Id: I5c419316cd36f4f5041eaa8da8fda3d8b46596c4
* Stop active testing on ancient server versionsArtur Signell2014-12-181-29/+0
| | | | | | | Jetty 6 (pre-Eclipse) end of life was in 2010 Tomcat 5 end of life was in 2012 Change-Id: I8952fd541be4c262a7b2e3dc97ba4743bcbd2fbd
* Added integration test for WebSphere Portal. (#13309)Sauli Tähkäpää2014-04-091-7/+23
| | | | Change-Id: I576fb145cd34f98ffa90657e20f5a7c1854f470c
* Test using Wildfly 8 (currently CR1) (#13167)Artur Signell2014-02-101-0/+7
| | | | Change-Id: Ie753ce72c0508f11006039369d967c6b313309f3
* Test using Tomcat 7 behind Apache proxy (#13302)Artur Signell2014-02-101-0/+7
| | | | Change-Id: I725990a16b8f4fd6021044aff15c922c0c0f7bd2
* Output test results in XML reports instead of to standard outputArtur Signell2013-11-181-4/+16
| | | | | | | | | | | | | | | | 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
* Adds JBoss EAP 6 server to integration test suit (#12908)Thomas2013-11-061-0/+8
| | | | Change-Id: I2d31a0b446e40f0c221403dfb66a990e346e53c0
* Run tests on Tomcat 8 (#12326)Artur Signell2013-10-071-0/+7
| | | | Change-Id: I99d91f16c5ad2dce6fb93f2862913b23518410d7
* Refactored build scripts to support TB2, TB3 + integration tests (#12572)Artur Signell2013-09-241-44/+47
| | | | | | | | | * 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
* Test using Jetty 9 (#12124)Artur Signell2013-07-011-0/+8
| | | | Change-Id: Ie765e542e2319dc1d94c61a986cab3720556e66a
* Test using Glassfish 4 (#12075)Artur Signell2013-06-141-0/+7
| | | | Change-Id: I09b062642e54b6184a10c4a9446147f9241c3d16
* Fixed incorrect line breaks (#12040)Artur Signell2013-06-111-18/+7
| | | | Change-Id: Icd97ebd2b54731cf8133b940d024ad8f91c5922f
* Reformatted using Ant editor (#12040)Artur Signell2013-06-101-136/+61
| | | | Change-Id: If8afd65d5905302c64f12ef7f76ee7e63073c474
* Formatted XML files using defined rules (#11956)Artur Signell2013-05-301-538/+631
| | | | Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
* Integration tests should be run with Firefox 17 ESR instead of Firefox 11 ↵John Ahlroos2013-04-231-1/+1
| | | | | | #11494" Change-Id: I232cc1ad329a1ac00ff23b6c629418838af6102c
* Run server integration tests with push enabled #11494John Ahlroos2013-04-171-0/+35
| | | | Change-Id: Iaeac0053372f4606e760925ab0f105193153c3a3
* Unified all portal integration tests to be based on JSR286Portlet (#8013, ↵Artur Signell2013-03-211-1/+28
| | | | | | | | | | | | | #9566, #11314) All portal tests are now based on the same test script. Portal tests avoid Vaadin locators to avoid random problems with the portlet id changing between test runs. * eXo 3 test must be run on Firefox, does not work in Chrome * Liferay theme test is now a separate test which does not depend on the Liferay integration test * Changing to maximized state using an action URL does not work with GateIn or eXo * The edit mode link does not work in WebLogic Portal as WebLogic feels it is not an allowed mode for the portlet Change-Id: I7a683688d8ffc611e211f8a60889a34b233b81c9
* Use the same Chrome version as other testsArtur Signell2013-01-101-2/+2
| | | | Change-Id: Id2fb85c9befb544c3e4300ac28e0c705a531f22c
* Removed testing and support mention for Weblogic 9 (#10045)Artur Signell2012-10-241-9/+0
| | | | Change-Id: I6a7bdba2f9e3cc4eb199df341028a81259af441c
* Run server integration tests with other tests (#9299)Artur Signell2012-09-091-21/+24
|
* Renamed tests -> uitest and tests/testbench -> uitest/src (#9299)Artur Signell2012-08-301-0/+485