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 implemented this in my proj which is based n cucumber and TestNG
o tests run - o failures - 0 passes
Exception in thread "TestNG-test=Edge-1" java.lang.NullPointerException: Cannot invoke "com.aventstack.extentreports.ExtentTest.addScreenCaptureFromBase64String(String)" because the return value of "com.snoop.utils.extentReports.ExtentTestManager.getTest()" is null
i get this above exception
runner class has : @RunWith(Cucumber.class)
@CucumberOptions(
features = "src/test/resources/features",
I implemented this in my proj which is based n cucumber and TestNG
o tests run - o failures - 0 passes
Exception in thread "TestNG-test=Edge-1" java.lang.NullPointerException: Cannot invoke "com.aventstack.extentreports.ExtentTest.addScreenCaptureFromBase64String(String)" because the return value of "com.snoop.utils.extentReports.ExtentTestManager.getTest()" is null
i get this above exception
runner class has :
@RunWith(Cucumber.class)
@CucumberOptions(
features = "src/test/resources/features",
report gets generated with no results as no tests are run. kindly help with this.
thanks
The text was updated successfully, but these errors were encountered: