开发者

Using Selenium and phpUnderControl on a Linux headless box?

开发者 https://www.devze.com 2023-01-02 10:25 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消