MageTest / BehatMage

Behat for Magento
MIT License
85 stars 31 forks source link

Add validation of the route before visiting #33

Closed alistairstead closed 10 years ago

alistairstead commented 10 years ago

Add validation against the standard router object to ensure that when we call session->visit($url) we provide feedback rather than a false positive with 404s returned for missing routes.

The exception also include the correct XML config that is required to pass this error.

alistairstead commented 10 years ago

giphy