You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2015/05/16 23:21:40 UTC

svn commit: r1679805 - /directory/studio/trunk/README.md

Author: seelmann
Date: Sat May 16 21:21:39 2015
New Revision: 1679805

URL: http://svn.apache.org/r1679805
Log:
Document UI test run in Xvfb

Modified:
    directory/studio/trunk/README.md

Modified: directory/studio/trunk/README.md
URL: http://svn.apache.org/viewvc/directory/studio/trunk/README.md?rev=1679805&r1=1679804&r2=1679805&view=diff
==============================================================================
--- directory/studio/trunk/README.md (original)
+++ directory/studio/trunk/README.md Sat May 16 21:21:39 2015
@@ -43,7 +43,9 @@ or on Windows :
 
 * Unit tests included in src/test/java of each plugin are executed automatically and run in 'test' phase
 * Core integration tests in tests/test.integration.core are executed automatically and run in 'integration-test' phase
-* SWTBot based UI integration tests in tests/test/integration.ui are not yet fully working and diabled by default. They can be enabled with -Denable-ui-tests.
+* SWTBot based UI integration tests in tests/test/integration.ui are diabled by default. They can be enabled with -Denable-ui-tests. A failing test generates a screenshot. To not block the developer computer UI tests they can run within a virtual framebuffer:
+        export DISPLAY=:99
+        Xvfb :99 -screen 0 1024x768x16 &
 
 ### Build issues