Skip to content
Snippets Groups Projects
Commit eb88f1bf authored by srosse's avatar srosse
Browse files

no-jira: fix the README for Selenium test with the last command

parent f191b082
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment