From 3b454d94ae64f743d05cd7e94d00b354ff9d14eb Mon Sep 17 00:00:00 2001 From: Denis Anisimov Date: Fri, 14 Oct 2016 11:36:18 +0300 Subject: Memory measurement test for V7&V8 Grids, 1 item and 100 000 items. Change-Id: I66b358ff40703f2713272323ba1c5ae8778c8413 --- uitest/pom.xml | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) (limited to 'uitest/pom.xml') diff --git a/uitest/pom.xml b/uitest/pom.xml index 6055d84d97..4b183e578b 100644 --- a/uitest/pom.xml +++ b/uitest/pom.xml @@ -330,6 +330,97 @@ false + + default + + true + + + + + maven-surefire-plugin + + com.vaadin.testcategory.MeasurementTest + + + + + + + measurements + + false + + + false + + + + + maven-failsafe-plugin + + + + integration-test + verify + + + + + com.vaadin.testcategory.MeasurementTest + + ${phantomjs.binary} + + + + + org.eclipse.jetty + jetty-maven-plugin + + + 8888 + + -1 + 8081 + 5 + foo + + + + + start-jetty + pre-integration-test + + start + + + + stop-jetty + post-integration-test + + stop + + + + + + com.github.klieber + phantomjs-maven-plugin + + + + install + + + ${phantomjs.version} + + + + + + + -- cgit v1.2.3