diff options
Diffstat (limited to 'test/README.md')
-rw-r--r-- | test/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/README.md b/test/README.md new file mode 100644 index 0000000000..ca9e61c57c --- /dev/null +++ b/test/README.md @@ -0,0 +1,5 @@ +This is a test project to verify the basic functionality of various related plugins and addons. + +To validate a given Vaadin Version, run `mvn clean verify -Dvaadin.version=VERSIONNUMBER` + +Note that `mvn clean install` needs to be executed in the top-level test project or in the widget-set-testutil subproject before running tests for any individual submodule. |