Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[swtbot-dev] Run SWTHeadless in bamboo

Hi guys:
   We have our test automation uses SWTHeadless and runs very well.
 
   When tests starts, SWTHeadless will automatically starts an Eclipse workbench, run tests and exit the workbench. In short, SWTHeadless needs OS have GUI.
 
   We have problem when we run the test automation in Bamboo. It fails to launch the eclipse instance and therefore the test fails.
 
   I think the key point is the way we trigger the ant build file:
                   1. We manually run the ant command in a linux shell or windows command shell, it succeeds.
                   2.  It fails with bamboo because bamboo doesn't trigger it with the real linux console
 
    Based on this, I've 2 questions:
           1. Is there any way to let SWTHeadless not start an Eclipse workbench?
           2. Do you guys have any solution about Bamboo + SWTHeadless
Regards
Charlie
 



Back to the top