You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sun Zhe 18d42160f5
Update snapshot to 8.8-snapshot (#11397)
5 anni fa
..
addon-using-init-param-widget-set Update snapshot to 8.8-snapshot (#11397) 5 anni fa
addon-using-no-defined-widget-set Update snapshot to 8.8-snapshot (#11397) 5 anni fa
addon-using-own-widget-set Update snapshot to 8.8-snapshot (#11397) 5 anni fa
bean-api-validation Update snapshot to 8.8-snapshot (#11397) 5 anni fa
bean-impl-validation Update snapshot to 8.8-snapshot (#11397) 5 anni fa
cdi Update snapshot to 8.8-snapshot (#11397) 5 anni fa
default-widget-set Update snapshot to 8.8-snapshot (#11397) 5 anni fa
dependency-rewrite Update snapshot to 8.8-snapshot (#11397) 5 anni fa
dependency-rewrite-addon Update snapshot to 8.8-snapshot (#11397) 5 anni fa
own-widget-set Update snapshot to 8.8-snapshot (#11397) 5 anni fa
servlet-containers Update snapshot to 8.8-snapshot (#11397) 5 anni fa
space in directory Update snapshot to 8.8-snapshot (#11397) 5 anni fa
spring-boot Update snapshot to 8.8-snapshot (#11397) 5 anni fa
spring-boot-subcontext Update snapshot to 8.8-snapshot (#11397) 5 anni fa
vaadin7-widget-set Update snapshot to 8.8-snapshot (#11397) 5 anni fa
vaadinservletconfiguration-widget-set Update snapshot to 8.8-snapshot (#11397) 5 anni fa
widget-set-testutil Update snapshot to 8.8-snapshot (#11397) 5 anni fa
README.md Add maven based server tests for Wildfly and Jetty (#10116) 6 anni fa
pom.xml Update snapshot to 8.8-snapshot (#11397) 5 anni fa

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.