From 59211beda0aaee3469336a671de5a7ccfb62f014 Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Thu, 2 Feb 2017 12:48:02 +0200 Subject: Handle system properties for failsafe plugin (#8414) * Handle system properties for failsafe plugin --- uitest/pom.xml | 42 +++++++++++------------------------------- 1 file changed, 11 insertions(+), 31 deletions(-) (limited to 'uitest/pom.xml') diff --git a/uitest/pom.xml b/uitest/pom.xml index 3ebff16bf2..e88e46d2ac 100644 --- a/uitest/pom.xml +++ b/uitest/pom.xml @@ -331,8 +331,17 @@ **/AllTB3Tests.java + ${project.parent.basedir}/tests/screenshots - 2 + + + ${vaadin.testbench.developer.license} + ${com.vaadin.testbench.max.retries} + ${browsers.include} + ${browsers.exclude} + ${categories.include} + ${categories.exclude} + ${useLocalWebDriver} @@ -444,36 +453,7 @@ - - validation - - false - - - - - - maven-failsafe-plugin - - - true - phantomjs1 - push,needs-ssh - - - - - - integration-test - verify - - - - - - - - + -- cgit v1.2.3