I don’t see a Task for it, and haven’t been able to find any documentation so far.
Any help would be appreciated!
Thanks,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am not sure what your approach to executing selenium tests is (there are different ways) but probably the most common one would be through PHPUnit which has API for running Selenium tests (see the PHPUnit documentation). And then there is a support for running PHPUnit tests (see the Phing documentation).
It should be relatively easy to run your tests using those two. However if your approach is different don’t forget there’s always the possibility to execute arbitrary shell command from Phing (using the exec task) which should allow for whatever you need to do.