Is there a quick and easy way to extend the failed Behat test output? I want to include the suite (theme) information in the output
--- Failed steps:
001 Scenario: Admin can configure the settings for a category # /var/www/html/local/coursefiles/tests/behat/context_settings.feature:48
And I navigate to "Category & Course Files" in current page administration # /var/www/html/local/coursefiles/tests/behat/context_settings.feature:58
`behat_navigation` context is not found in the suite environment. Have you registered it?
If I am right, the output is defined by the ’formatter’, and the current ‘moodle_progress’ format appears to be hard coded. Could I extend that, maybe?