aboutsummaryrefslogtreecommitdiffstats
path: root/test/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Add maven based server tests for Wildfly and Jetty (#10116)Teemu Suo-Anttila2017-10-051-2/+21
| | | | | | | 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.
* Fix vaadin-test and all its submodules (#8076)Teemu Suo-Anttila2017-01-091-0/+5
This patch applies following fixes: * ContextMenu with correct version for Vaadin 8 * Correctly skip install plugin for test submodules * Make widgetset-test-util a test depdendency, don't use test-jar * Fix vaadin-test project structure and dependencies * Clean up testutil pom * Add README.md