if users using local file storage - at the time of self healing It is generating data.json file but not generation index.html file due to this Healenium Appium throwing nullpointerexception (mostly self healing logic is right but at the time of html report generation it is throwing null pointer exception at "com.epam.healenium.data.FileSystemPathStorage.saveLocatorInfo(FileSystemPathStorage.java:121) " .
and also it should generate a html file(index.html) with the current timestamp of each execution so it will not override , then the users will not lose their HTML self healing report of previous executions .
if users using local file storage - at the time of self healing It is generating data.json file but not generation index.html file due to this Healenium Appium throwing nullpointerexception (mostly self healing logic is right but at the time of html report generation it is throwing null pointer exception at "com.epam.healenium.data.FileSystemPathStorage.saveLocatorInfo(FileSystemPathStorage.java:121) " .
and also it should generate a html file(index.html) with the current timestamp of each execution so it will not override , then the users will not lose their HTML self healing report of previous executions .