Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Ilia Motornyi b370b042f2
Fix karaf-4.2.1 test (#11264)
5 år sedan
..
addon-using-init-param-widget-set Update master to 8.7-SNAPSHOT (#11208) 5 år sedan
addon-using-no-defined-widget-set Update master to 8.7-SNAPSHOT (#11208) 5 år sedan
addon-using-own-widget-set Update master to 8.7-SNAPSHOT (#11208) 5 år sedan
bean-api-validation Update master to 8.7-SNAPSHOT (#11208) 5 år sedan
bean-impl-validation Update master to 8.7-SNAPSHOT (#11208) 5 år sedan
cdi Update master to 8.7-SNAPSHOT (#11208) 5 år sedan
default-widget-set Update master to 8.7-SNAPSHOT (#11208) 5 år sedan
dependency-rewrite Update master to 8.7-SNAPSHOT (#11208) 5 år sedan
dependency-rewrite-addon Update master to 8.7-SNAPSHOT (#11208) 5 år sedan
own-widget-set Update master to 8.7-SNAPSHOT (#11208) 5 år sedan
servlet-containers Fix karaf-4.2.1 test (#11264) 5 år sedan
space in directory Update master to 8.7-SNAPSHOT (#11208) 5 år sedan
spring-boot Update master to 8.7-SNAPSHOT (#11208) 5 år sedan
spring-boot-subcontext Update master to 8.7-SNAPSHOT (#11208) 5 år sedan
vaadin7-widget-set Update master to 8.7-SNAPSHOT (#11208) 5 år sedan
vaadinservletconfiguration-widget-set Update master to 8.7-SNAPSHOT (#11208) 5 år sedan
widget-set-testutil Update master to 8.7-SNAPSHOT (#11208) 5 år sedan
README.md Add maven based server tests for Wildfly and Jetty (#10116) 6 år sedan
pom.xml Update selenium version (#11232) 5 år sedan

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.