1

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?

Vitor Baptista
  • 2,016
  • 1
  • 23
  • 28

1 Answers1

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