summaryrefslogtreecommitdiffstats
path: root/test/servlet-containers/generic/src
Commit message (Collapse)AuthorAgeFilesLines
* Add maven based server tests for Wildfly and Jetty (#10116)Teemu Suo-Anttila2017-10-0526-1225/+0
| | | | | | | This patch refactors the generic integration test war into two jar dependencies and individual modules for different servers. There is now a common approach for making configurations for the remaining server tests still executed through an Ant build script.
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-031-4/+5
| | | | Also removes dependency on junit.framework.TestCase .
* Use String.isEmpty()Ahmed Ashour2017-09-191-1/+1
|
* Stabilize integration test using Grid (#9766)Henri Sara2017-08-022-30/+42
|
* Remove old Karaf 4 test (#9758)Henri Sara2017-08-011-3/+0
| | | Karaf is now tested by a separate module.
* Use fixed width in integration test for stability (#9560)Henri Sara2017-06-201-0/+1
| | | Fix table width to match the reference screenshot.
* Remove vaadin-uitest-common dependency from server tests (#8551)Teemu Suo-Anttila2017-02-1514-396/+334
| | | Uses custom reference and error files in test project.
* Server integration fix 3 (#8442)Ilia Motornyi2017-02-093-19/+32
| | | | * Fix JBoss 6 integration test * Fixes for Karaf (build self-contained WAB)
* Fix JBoss 6 integration testsIlia Motornyi2017-02-031-0/+7
|
* Refactor testing of the framework (#8393)Teemu Suo-Anttila2017-02-0124-0/+1263
* 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