summaryrefslogtreecommitdiffstats
path: root/test/spring-boot/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Add missing ScreenshotRule to Spring integration test (#8455)Teemu Suo-Anttila2017-02-061-0/+6
|
* Add CDI dependency version to vaadin-bom (#8020)Teemu Suo-Anttila2016-12-181-2/+2
| | | Unify test UIs and test code for Spring and CDI.
* Add Vaadin Spring dependency version to BOM (#112)Teemu Suo-Anttila2016-12-141-0/+44
* Add Vaadin Spring dependency version to BOM This patch adds a smoke test that check that a basic Vaadin UI loads and communication works. * Remove Maven wrapper from Spring Boot test * Remove .gitignore, add missing newlines * Minor fixes to pom.xml files * Separate vaadin-test from vaadin-root * Fix whitespace