Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
dependabot[bot] eaa5bf545b
Bump jetty.version from 9.4.17.v20190418 to 9.4.34.v20201102 (#12149)
il y a 3 ans
..
addon-using-init-param-widget-set Update to 8.13-SNAPSHOT (#12110) il y a 3 ans
addon-using-no-defined-widget-set Update to 8.13-SNAPSHOT (#12110) il y a 3 ans
addon-using-own-widget-set Update to 8.13-SNAPSHOT (#12110) il y a 3 ans
bean-api-validation Update to 8.13-SNAPSHOT (#12110) il y a 3 ans
bean-impl-validation Update to 8.13-SNAPSHOT (#12110) il y a 3 ans
cdi Update to 8.13-SNAPSHOT (#12110) il y a 3 ans
default-widget-set Update to 8.13-SNAPSHOT (#12110) il y a 3 ans
dependency-rewrite Update to 8.13-SNAPSHOT (#12110) il y a 3 ans
dependency-rewrite-addon Update to 8.13-SNAPSHOT (#12110) il y a 3 ans
own-widget-set Update to 8.13-SNAPSHOT (#12110) il y a 3 ans
servlet-containers Update to 8.13-SNAPSHOT (#12110) il y a 3 ans
space in directory Update to 8.13-SNAPSHOT (#12110) il y a 3 ans
spring-boot Update to 8.13-SNAPSHOT (#12110) il y a 3 ans
spring-boot-subcontext Update to 8.13-SNAPSHOT (#12110) il y a 3 ans
vaadin7-widget-set Update to 8.13-SNAPSHOT (#12110) il y a 3 ans
vaadinservletconfiguration-widget-set Update to 8.13-SNAPSHOT (#12110) il y a 3 ans
widget-set-testutil Bump JUnit from 4.12 to 4.13.1 (#12122) il y a 3 ans
README.md Add maven based server tests for Wildfly and Jetty (#10116) il y a 6 ans
pom.xml Bump jetty.version from 9.4.17.v20190418 to 9.4.34.v20201102 (#12149) il y a 3 ans

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.