Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Anna Koskinen cb232f2bff
Update copyright year range (#12507)
vor 2 Jahren
..
addon-using-init-param-widget-set Update project to 8.15-SNAPSHOT (#12392) vor 2 Jahren
addon-using-no-defined-widget-set Update project to 8.15-SNAPSHOT (#12392) vor 2 Jahren
addon-using-own-widget-set Update project to 8.15-SNAPSHOT (#12392) vor 2 Jahren
bean-api-validation Update project to 8.15-SNAPSHOT (#12392) vor 2 Jahren
bean-impl-validation Update project to 8.15-SNAPSHOT (#12392) vor 2 Jahren
cdi Update project to 8.15-SNAPSHOT (#12392) vor 2 Jahren
default-widget-set Update project to 8.15-SNAPSHOT (#12392) vor 2 Jahren
dependency-rewrite Update project to 8.15-SNAPSHOT (#12392) vor 2 Jahren
dependency-rewrite-addon Update project to 8.15-SNAPSHOT (#12392) vor 2 Jahren
own-widget-set Update project to 8.15-SNAPSHOT (#12392) vor 2 Jahren
servlet-containers Update copyright year range (#12507) vor 2 Jahren
space in directory Update project to 8.15-SNAPSHOT (#12392) vor 2 Jahren
spring-boot Update project to 8.15-SNAPSHOT (#12392) vor 2 Jahren
spring-boot-subcontext Update project to 8.15-SNAPSHOT (#12392) vor 2 Jahren
vaadin7-widget-set Update project to 8.15-SNAPSHOT (#12392) vor 2 Jahren
vaadinservletconfiguration-widget-set Update project to 8.15-SNAPSHOT (#12392) vor 2 Jahren
widget-set-testutil Update project to 8.15-SNAPSHOT (#12392) vor 2 Jahren
README.md Add maven based server tests for Wildfly and Jetty (#10116) vor 6 Jahren
pom.xml deprecate vaadin-snasphots repo (#12405) vor 2 Jahren

README.md

Vaadin Test

This is a test project to verify the basic functionality of various related plugins and addons.

General use

To validate a given Vaadin Version, run mvn clean verify -Dvaadin.version=VERSIONNUMBER.

Server testing

To validate only server compatibility, run mvn clean verify -Dvaadin.version=VERSIONNUMBER in the servlet-containers module.

To test only a subset of the servers, there are profiles with the server name. For example -P wildfly runs all Wildfly tests, -P glassfish,jetty runs all the Glassfish and Jetty tests.

Running an individual test locally

To install dependencies for testing an individual module locally, run mvn clean install -Dinstall.skip=false in the dependency module.

For example you can install all dependencies for running any individual server test module with the following command in the test root:

mvn clean install -Dinstall.skip=false -pl .,servlet-containers,servlet-containers/generic-ui,servlet-containers/generic-tests

This will install the parent POMs on both levels as well as the UI and server test dependencies.