| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Add tests for Glassfish based servers, Jetty 8, Tomcat 7 and Liberty (three runtimes).
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Also removes dependency on junit.framework.TestCase .
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Karaf is now tested by a separate module.
|
|
|
| |
Fix table width to match the reference screenshot.
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
| |
Uses custom reference and error files in test project.
|
|
|
|
|
|
| |
Include Vaadin-Icons into the valo theme in the project,
make vaadin-icons dependency 'provided'
Fixes #8471
|
|
|
|
| |
* Fix JBoss 6 integration test
* Fixes for Karaf (build self-contained WAB)
|
| |
|
|
|
|
|
|
|
| |
* Include FontAwesome by default for easier migration
* Fix JSComponentLoadingIndicatorTest
Fixes #7979
Addresses part of #8219
|
|
* 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
|