summaryrefslogtreecommitdiffstats
path: root/test/README.md
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-01-09 13:41:30 +0200
committerHenri Sara <henri.sara@gmail.com>2017-01-09 13:41:30 +0200
commit886a837d6d16216606dcb564c5450e1b6bf136d3 (patch)
treecf7a38c71f8e982e1f5b26f32c1d10caac5cf05a /test/README.md
parent4fd968314f47338c0ea61025e6a22f036f8e725d (diff)
downloadvaadin-framework-886a837d6d16216606dcb564c5450e1b6bf136d3.tar.gz
vaadin-framework-886a837d6d16216606dcb564c5450e1b6bf136d3.zip
Fix vaadin-test and all its submodules (#8076)
This patch applies following fixes: * ContextMenu with correct version for Vaadin 8 * Correctly skip install plugin for test submodules * Make widgetset-test-util a test depdendency, don't use test-jar * Fix vaadin-test project structure and dependencies * Clean up testutil pom * Add README.md
Diffstat (limited to 'test/README.md')
-rw-r--r--test/README.md5
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.