From 51abce7789aab1ec697ff30d70e14f568d8121a9 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Thu, 16 Jun 2011 15:54:24 +0000 Subject: [PATCH] make selenium mojo version configure and add a chrome profile git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1136498 13f79535-47bb-0310-9956-ffa450edef68 --- .../archiva-web/archiva-webapp-test/pom.xml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml index c1739afcf..ab7f042ce 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml @@ -37,6 +37,7 @@ 60000 -Xmx512m -XX:MaxPermSize=256m + 1.1 @@ -90,7 +91,7 @@ org.seleniumhq.selenium.client-drivers selenium-java-client-driver - 1.0.1 + 1.0.2 test @@ -141,7 +142,7 @@ org.codehaus.mojo selenium-maven-plugin - 1.1 + ${seleniumPluginVersion} @@ -456,6 +457,19 @@ + + chrome + + + browser + chrome + + + + *googlechrome + + + iexplore @@ -549,4 +563,5 @@ + -- 2.39.5