Using Selenium and phpUnderControl on a Linux headless box?
I am trying to integrate Selenium and phpUnderControl on a headless Linux box, but haven't found anything about it. I can run Selenium with Xvfb, and phpUnderControl is running OK.开发者_开发技巧 My question is: how to configure phpuc to execute selenium tests, and show their results on its webpage? Is it possible?
Selenium tests have to be written - the best approach is to use the Selenium extension for PHPUnit. The results will be part of the unit tests report in phpUnderControl.
精彩评论