Chetan
Chetan
> fatal error: too many errors emitted, stopping now [-ferror-limit=] > 20 errors generated. > make: *** [Release/obj.target/opencv4nodejs/cc/tracking/MultiTracker.o] Error 1 > gyp ERR! build error > gyp ERR! stack Error:...
**I have resolved my issue following steps from here.** https://github.com/justadudewhohacks/opencv4nodejs/issues/775
> > I'm hitting the same issue. In addition to the steps @Pavithra24x7 tried, I also tried: > > > > 1. Upgrading node and node-gyp > > 2. Installing...
1) method is passed but it displays fail on the report. 2) it displays some package name instead of showing an image of uploaded screenshot. 
@prabhudatta22 : that's what I am saying. I found another way to complete this. ``` > try { > File src = ((TakesScreenshot) driver).getScreenshotAs(OutputType.FILE); > byte[] fileContent = FileUtils.readFileToByteArray(src); >...
@namilkimfree have you tested this : `logger.addScreenCaptureFromPath(screenShot);`
@anshooarora : waiting for your reply.