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 have setup gradle project and getting Issues.getId() same project run with maven setup it work fine
invoke "io.github.sridharbandi.modal.axe.Issues.getId()" because "issues" is null
java.lang.NullPointerException: Cannot invoke "io.github.sridharbandi.modal.axe.Issues.getId()" because "issues" is null
at io.github.sridharbandi.IRunner.lambda$generateHtmlReport$0(IRunner.java:25)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at io.github.sridharbandi.IRunner.generateHtmlReport(IRunner.java:24)
at io.github.sridharbandi.AxeRunner.generateHtmlReport(AxeRunner.java:53)
The text was updated successfully, but these errors were encountered:
Hello @sridharbandi, we are getting this error ava.io.FileNotFoundException: ./target/java-a11y/axe/json/f9a05f92-9a3a-4486-a7b5-60ed4db7918d.json (No such file or directory) and that's the reason we are getting null pointer on Issues.getId().
But the interesting part is that the json file is correctly generated at this path testauto/target/java-a11y/axe/json/0c4844d2-e5fb-4be7-9fdf-a196f005547c.json but throws an error while reading the json
I see that the json is generated after the test is completed inside the target folder and while it tries to find the json during the test execution it fails as there is no json, could you please check this issue on priority as it's impacting our testing?
Thanks in advance!
I have setup gradle project and getting Issues.getId() same project run with maven setup it work fine
invoke "io.github.sridharbandi.modal.axe.Issues.getId()" because "issues" is null
java.lang.NullPointerException: Cannot invoke "io.github.sridharbandi.modal.axe.Issues.getId()" because "issues" is null
at io.github.sridharbandi.IRunner.lambda$generateHtmlReport$0(IRunner.java:25)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at io.github.sridharbandi.IRunner.generateHtmlReport(IRunner.java:24)
at io.github.sridharbandi.AxeRunner.generateHtmlReport(AxeRunner.java:53)
The text was updated successfully, but these errors were encountered: