Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] Running HIPP UI tests

Hi,

currently I am running unit tests using
<artifactId>tycho-surefire-plugin</artifactId>
                        <configuration>
<useUIHarness>false</useUIHarness>
                        </configuration>

on HIPP. This works fine as long as I do not want to user workbench services. Now when I want to add those I somehow need to configure the UI part on HIPP. Is there any tutorial available how to do this?

thanks
Christian


Back to the top