healenium / healenium-appium

Self-healing library for Appium-based tests
Apache License 2.0
26 stars 8 forks source link

Not generating self healing HTML report (index.html file) #34

Open ashish143ti opened 2 years ago

ashish143ti commented 2 years ago

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 .