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?
Asked
Active
Viewed 507 times
1 Answers
0
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.

nuqqsa
- 4,511
- 1
- 25
- 30