Skip to content

Show errors in test

Bob Van Landuyt requested to merge bvl-show-errors-in-test into master

What does this MR do?

This makes sure that in request and feature specs we render the error templates and error codes instead of raising the exception.

This allows us to test error handling middlewares in those specs and check the status code of the response.

The disadvantage is that we can't check for specific errors being raised

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Bob Van Landuyt

Merge request reports