Getting "java.lang.RuntimeException: ZeroCode Step execution failed. Details:java.lang.NullPointerException" · Issue #585 · authorjapps/zerocode · GitHub
More Web Proxy on the site http://driver.im/
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
Hi ,
I have upgrade the zerocode-tdd from 1.3.1 to 1.3.33.
During running the code I am getting below error
java.lang.RuntimeException: ZeroCode Step execution failed. Details:java.lang.NullPointerException
It was working perfectly and without any issue in zerocode-tdd (1.3.1).
Stack Trace:
2023-09-04T23:49:29.036-0700 [DEBUG] [TestEventLogger] java.lang.RuntimeException: ZeroCode Step execution failed. Details:java.lang.NullPointerException
2023-09-04T23:49:29.036-0700 [DEBUG] [TestEventLogger] at org.jsmart.zerocode.core.runner.eRetryWithSteps(ZeroCodeMulZeroCodeMultiStepsScenarioRunnerImpl.executeRetry(ZeroCodeMultiStepsScenarioRunnerImpl.java:361)
2023-09-04T23:49:29.036-0700 [DEBUG] [TestEventLogger] at org.jsmart.zerocode.core.runner.ZeroCodeMultiStepsScenarioRunnerImpl.executtiStepsScenarioRunnerImpl.java:185)
2023-09-04T23:49:29.036-0700 [DEBUG] [TestEventLogger] at org.jsmart.zerocode.core.runner.ZeroCodeMultiStepsScenarioRunnerImpl.executeSteps(ZeroCodeMultiStepsScenarioRunnerImpl.java:169)
Also observed that it is reading source1 after that it is throwing exception
test.zero file
{
"scenarioName": "my Clean network",
"steps": [
]
}
Please let me know what is wrong.
The text was updated successfully, but these errors were encountered: