Closed jaminfine closed 5 years ago
True, this is unhelpful. If you set the environment variable "qx.debug" to true and use one of the qooxdoo loggers, you should be seeing much more, since the logging is quite extensive (see here). However, information on the line of the script could certainly be added to the command execution and for macros and imports.
@jaminfine Error reporting should be improved by https://github.com/cboulanger/eventrecorder/commit/3932f970205743a7a4ec363984ac302ba4c983a6 , please report if this solves your problem and close the issue if it does.
This makes it much clearer where a test fails! This definitely solves the issue
Upon playing a test that fails, the message is often uninformative. On screen a pop up will say:
A warning is logged in the console with slightly more information:
It would be helpful if the test failure message would say which line of the test script caused the failure.