This is a design issue. Error reporting goes through the event system which gets initialized when the suite starts, so failures before the suite starts produce output to standard error but don't produce error messages in the reports.
The typical failure mode is that an import statement at the top of the script fails.
This is a design issue. Error reporting goes through the event system which gets initialized when the suite starts, so failures before the suite starts produce output to standard error but don't produce error messages in the reports.
The typical failure mode is that an import statement at the top of the script fails.