Option to report on step validation failure
As a user I want to report when a step validation fails. This way, developers are aware of bugs in their code and can be fixed quicker
As a user I want to report when a step validation fails. This way, developers are aware of bugs in their code and can be fixed quicker
Hi @marliesbuijs ,
Thank you for this feature request. To check, I assume you would like to report the error of step validation when “Something went wrong” (i.e. the error was not caught and handled in the code)?
@mslootweg yes, just like when you can report a problem after you push a button or after loading a view, you can click ‘report problem’
Hi Marlies,
I think that it is already possible to report a problem when an exception is raised in the step validation function:
Hi Wouter,
Thanks for your reply. In this case the step validation timed out (i.e. the function took longer than 3 seconds). The error report expects an error stack trace, which is not present in this case and therefore the report cannot be completed. This is a bug, so I will relabel the issue and plan to fix this.
Regards,
Raoul