summaryrefslogtreecommitdiffstats
path: root/test/servlet-containers
Commit message (Collapse)AuthorAgeFilesLines
* Remove vaadin-uitest-common dependency from server tests (#8551)Teemu Suo-Anttila2017-02-1517-402/+350
| | | Uses custom reference and error files in test project.
* Include Vaadin-Icons into the project, (#8485)Ilia Motornyi2017-02-092-6/+0
| | | | | | Include Vaadin-Icons into the valo theme in the project, make vaadin-icons dependency 'provided' Fixes #8471
* Server integration fix 3 (#8442)Ilia Motornyi2017-02-094-21/+72
| | | | * Fix JBoss 6 integration test * Fixes for Karaf (build self-contained WAB)
* Fix JBoss 6 integration testsIlia Motornyi2017-02-034-39/+42
|
* Replace FontAwesome with Vaadin Icons (#8208)Pekka Hyvönen2017-02-012-0/+6
| | | | | | | * Include FontAwesome by default for easier migration * Fix JSComponentLoadingIndicatorTest Fixes #7979 Addresses part of #8219
* Refactor testing of the framework (#8393)Teemu Suo-Anttila2017-02-0136-0/+2195
| | | | | | | | | * 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
* JspIntegrationTest as a separate module (#8228)Ilia Motornyi2017-01-266-0/+304
Part of vaadin/framework8-issues#539