Take the tour ×
Magento Stack Exchange is a question and answer site for users of the Magento e-Commerce platform. It's 100% free, no registration required.

In Ecomdev_PHPUnit is there already the possibility to run CSS queries (assertions) against the output in controller tests or do I have to utilize Zend_Dom_Query manually?

share|improve this question
1  
It is currently is not supported, it will be very easy to add such support by creating a test helper for assertion of HTML output. Will give an answer later when implement it, or you are always welcome for PR. –  Ivan Chepurnyi Feb 11 at 10:16
add comment

1 Answer

up vote 1 down vote accepted

According to this comment from the Ecomdev_PHPUnit creator this is not supported.

share|improve this answer
add comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.