From eb88f1bf1d9a8e431ceb408dee3e6eb04f80d791 Mon Sep 17 00:00:00 2001 From: srosse <none@none> Date: Thu, 5 Jun 2014 12:05:32 +0200 Subject: [PATCH] no-jira: fix the README for Selenium test with the last command --- TESTING.README.LATEST | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TESTING.README.LATEST b/TESTING.README.LATEST index 592e1b68135..8473fe02f59 100644 --- a/TESTING.README.LATEST +++ b/TESTING.README.LATEST @@ -72,7 +72,7 @@ junit and integration tests in OpenOLAT 8 mvn -DskipTests=true -Parquillian,tomcat clean package - Run the tests - mvn -Parquillian surefire:test + mvn -Parquillian,tomcat surefire:test You can add "clean-mysql-dbsetup" to the profils to drop / restore the database The Selenium tests can be run with different browser but with some limitations: @@ -82,7 +82,7 @@ The Selenium tests can be run with different browser but with some limitations: * Execute a single selenium functional integration test in Eclipse ----------------------------------------- - First build the application without tests as before - mvn -DskipTests=true -Parquillian clean package + mvn -DskipTests=true -Parquillian,tomcat clean package - Run single test as JUnit Test in Eclipse -- GitLab