Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update project to 8.15-SNAPSHOT (#12392) | Zhe Sun | 2021-08-31 | 1 | -1/+1 |
| | |||||
* | Cleaned out old references to removed buildhelpers and widgets modules. (#12383) | Anna Koskinen | 2021-08-25 | 1 | -4/+0 |
| | |||||
* | Update 8.14-SNAPSHOT and release note (#12261) | Zhe Sun | 2021-04-14 | 1 | -1/+1 |
| | |||||
* | Update to 8.13-SNAPSHOT (#12110) | Zhe Sun | 2020-10-07 | 1 | -1/+1 |
| | |||||
* | Update to 8.12-snapshot (#11995) | Zhe Sun | 2020-05-13 | 1 | -1/+1 |
| | |||||
* | Update to 8.11 snapshot (#11874) | Zhe Sun | 2020-01-16 | 1 | -1/+1 |
| | | | | | * Update to 8.11-SNAPSHOT | ||||
* | Updated local screenshot testing configurations. (#11814) | Anna Koskinen | 2019-11-21 | 1 | -2/+2 |
| | | | | | | | | * A separate screenshot module hasn't been in use for a while but local testing configurations and instructions weren't updated to the new model at the time. Could use some further cleanup but this covers the basics. * Some tweaks to ScreenshotBrowser to get it functional again, although the actions for automatically replacing or adding alternative screenshots still require work and have thus been disabled. | ||||
* | Update to 8.10-SNAPSHOT (#11657) | Zhe Sun | 2019-07-29 | 1 | -1/+1 |
| | |||||
* | Use https for Maven repositories (#11668) | Stéphane Nicoll | 2019-07-29 | 2 | -2/+2 |
| | | | | * Use https for Maven repositories | ||||
* | Update to 8.9 (#11535) | Sun Zhe | 2019-04-18 | 1 | -1/+1 |
| | | | | | | * Update to 8.9-SNAPSHOT * update in bom module | ||||
* | Update snapshot to 8.8-snapshot (#11397) | Sun Zhe | 2018-12-28 | 1 | -1/+1 |
| | |||||
* | Update master to 8.7-SNAPSHOT (#11208) | Sun Zhe | 2018-09-27 | 1 | -1/+1 |
| | |||||
* | Update project version to 8.6-SNAPSHOT (#11011) | Mehdi Javan | 2018-06-29 | 1 | -1/+1 |
| | |||||
* | Update snapshot version to 8.5 (#10818) | Teemu Suo-Anttila | 2018-04-12 | 1 | -1/+1 |
| | |||||
* | Upgrade minor version in the project to 8.4 (#10520) | Teemu Suo-Anttila | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | Update version number to 8.3-SNAPSHOT (#10348) | Teemu Suo-Anttila | 2017-11-22 | 1 | -1/+1 |
| | |||||
* | Add maven based tests for several application servers (#10143) | Teemu Suo-Anttila | 2017-10-09 | 1 | -7/+19 |
| | | | Add tests for Glassfish based servers, Jetty 8, Tomcat 7 and Liberty (three runtimes). | ||||
* | Add maven based server tests for Wildfly and Jetty (#10116) | Teemu Suo-Anttila | 2017-10-05 | 28 | -1268/+37 |
| | | | | | | | 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 Ashour | 2017-10-03 | 1 | -4/+5 |
| | | | | Also removes dependency on junit.framework.TestCase . | ||||
* | Replace tab with spaces in .xml files (#10064) | Ahmed Ashour | 2017-09-22 | 1 | -2/+2 |
| | |||||
* | Use String.isEmpty() | Ahmed Ashour | 2017-09-19 | 1 | -1/+1 |
| | |||||
* | Update version to 8.2-SNAPSHOT (#9946) | Teemu Suo-Anttila | 2017-09-08 | 3 | -3/+3 |
| | |||||
* | Stabilize integration test using Grid (#9766) | Henri Sara | 2017-08-02 | 4 | -30/+42 |
| | |||||
* | Remove old Karaf 4 test (#9758) | Henri Sara | 2017-08-01 | 3 | -44/+0 |
| | | | Karaf is now tested by a separate module. | ||||
* | Use fixed width in integration test for stability (#9560) | Henri Sara | 2017-06-20 | 1 | -0/+1 |
| | | | Fix table width to match the reference screenshot. | ||||
* | Snapshot version update to 8.1 (#9023) | Ilia Motornyi | 2017-04-05 | 3 | -3/+3 |
| | |||||
* | Eliminate module uitest-common (#8583) | Henri Sara | 2017-02-16 | 2 | -6/+0 |
| | | | | | | | The use of the module in the test project was removed earlier, and eliminating the module permits simpler and more reliable builds as it was not deployed. The classes that were in uitest-common are now in uitest. | ||||
* | Remove vaadin-uitest-common dependency from server tests (#8551) | Teemu Suo-Anttila | 2017-02-15 | 17 | -402/+350 |
| | | | Uses custom reference and error files in test project. | ||||
* | Include Vaadin-Icons into the project, (#8485) | Ilia Motornyi | 2017-02-09 | 2 | -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 Motornyi | 2017-02-09 | 4 | -21/+72 |
| | | | | * Fix JBoss 6 integration test * Fixes for Karaf (build self-contained WAB) | ||||
* | Fix JBoss 6 integration tests | Ilia Motornyi | 2017-02-03 | 4 | -39/+42 |
| | |||||
* | Replace FontAwesome with Vaadin Icons (#8208) | Pekka Hyvönen | 2017-02-01 | 2 | -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-Anttila | 2017-02-01 | 36 | -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 |