You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/01/26 10:17:11 UTC

svn commit: r1780348 - /myfaces/tobago/trunk/src/site/fml/faq.fml

Author: lofwyr
Date: Thu Jan 26 10:17:11 2017
New Revision: 1780348

URL: http://svn.apache.org/viewvc?rev=1780348&view=rev
Log:
minor

Modified:
    myfaces/tobago/trunk/src/site/fml/faq.fml

Modified: myfaces/tobago/trunk/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/fml/faq.fml?rev=1780348&r1=1780347&r2=1780348&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/fml/faq.fml (original)
+++ myfaces/tobago/trunk/src/site/fml/faq.fml Thu Jan 26 10:17:11 2017
@@ -382,7 +382,9 @@ mvn selenium:start-server</source>
       <question>How can I run the integration tests? (Tobago 3)</question>
       <answer>
         <p>In the tobago-example-demo application, the pages can be checked with QUnit/Arquillian.
-          To run the full test automatically call <source>mvn verify -Pqunit-integration-tests</source>
+          To run the full test automatically call
+          <source>cd tobago-example/tobago-example-demo
+mvn verify -Pqunit-integration-tests</source>
           The default arquillian browser is 'phantomjs'.
           You can change it in tobago-example-demo/pom.xml &lt;arquillian.browser>.</p>
         <p>If you want to run the tests from your IDE, please use the maven profile 'tomee'.
@@ -408,8 +410,7 @@ mvn selenium:start-server</source>
             Unpack the server anywhere in you file system, e.g. like this
             <source>mkdir /opt/wlp-developers-runtime-8.5.5.0
 cd /opt/wlp-developers-runtime-8.5.5.0
-java -jar ~/Downloads/wlp-developers-runtime-8.5.5.0.jar
-            </source>
+java -jar ~/Downloads/wlp-developers-runtime-8.5.5.0.jar</source>
           </li>
           <li>
             Adding your server home to a property in the settings.xml of Maven