Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Zhe Sun 502a144a2d
Update to 8.12-snapshot (#11995)
pirms 4 gadiem
..
addon-using-init-param-widget-set Update to 8.12-snapshot (#11995) pirms 4 gadiem
addon-using-no-defined-widget-set Update to 8.12-snapshot (#11995) pirms 4 gadiem
addon-using-own-widget-set Update to 8.12-snapshot (#11995) pirms 4 gadiem
bean-api-validation Update to 8.12-snapshot (#11995) pirms 4 gadiem
bean-impl-validation Update to 8.12-snapshot (#11995) pirms 4 gadiem
cdi Update to 8.12-snapshot (#11995) pirms 4 gadiem
default-widget-set Update to 8.12-snapshot (#11995) pirms 4 gadiem
dependency-rewrite Update to 8.12-snapshot (#11995) pirms 4 gadiem
dependency-rewrite-addon Update to 8.12-snapshot (#11995) pirms 4 gadiem
own-widget-set Update to 8.12-snapshot (#11995) pirms 4 gadiem
servlet-containers Update to 8.12-snapshot (#11995) pirms 4 gadiem
space in directory Update to 8.12-snapshot (#11995) pirms 4 gadiem
spring-boot Update to 8.12-snapshot (#11995) pirms 4 gadiem
spring-boot-subcontext Update to 8.12-snapshot (#11995) pirms 4 gadiem
vaadin7-widget-set Update to 8.12-snapshot (#11995) pirms 4 gadiem
vaadinservletconfiguration-widget-set Update to 8.12-snapshot (#11995) pirms 4 gadiem
widget-set-testutil Update to 8.12-snapshot (#11995) pirms 4 gadiem
README.md Add maven based server tests for Wildfly and Jetty (#10116) pirms 6 gadiem
pom.xml Update to 8.12-snapshot (#11995) pirms 4 gadiem

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.