NullPointerException generating report from command line
I am runnning automated tests from the command line in LoadUI. The tests run fine and I can see the results in the terminal. However if I try to generate a report using the -r flag I get a NullPoint...
For info, the problem was that the 'results path' in global settings was pointing to a non-existent directory. I created the folder that was set there and it now works.