You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I faced this exception during the export xcresult report
The issue is reproduced on all versions after 1.12.0, on 1.12.0 there is no error
java.lang.NullPointerException
at io.eroshenkoam.xcresults.export.Allure2ExportFormatter.getPosition(Allure2ExportFormatter.java:261)
at io.eroshenkoam.xcresults.export.Allure2ExportFormatter.format(Allure2ExportFormatter.java:102)
at io.eroshenkoam.xcresults.export.ExportCommand.runUnsafe(ExportCommand.java:141)
at io.eroshenkoam.xcresults.export.ExportCommand.run(ExportCommand.java:88)
at picocli.CommandLine.executeUserObject(CommandLine.java:1769)
at picocli.CommandLine.access$900(CommandLine.java:145)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2141)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2108)
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:1975)
at picocli.CommandLine.execute(CommandLine.java:1904)
at io.eroshenkoam.xcresults.XCResults.main(XCResults.java:13)
The text was updated successfully, but these errors were encountered:
EgorovDmitry
changed the title
java.lang.NullPointerException while export merged xcresult report via xcrun xcresulttool merge
java.lang.NullPointerException while export xcresult report
Mar 28, 2023
I faced this exception during the export xcresult report
The issue is reproduced on all versions after 1.12.0, on 1.12.0 there is no error
The text was updated successfully, but these errors were encountered: