Arthur Richard
Arthur Richard
Link of the documentation concerning the missing dependency when executing `make BUILDTYPE=Release -C build` : https://docs.opencv.org/master/d0/de1/group__core.html#ga719ebd4a73f30f4fab258ab7616d0f0f **Edit**: The file isn't found because the library `opencv2` isn't built I came to...
I got almost the same output ```log 0 verbose cli [ 0 verbose cli '/usr/local/Cellar/node/16.3.0/bin/node', 0 verbose cli '/usr/local/bin/npm', 0 verbose cli 'install', 0 verbose cli '-g', 0 verbose cli...
`223 error ../cc/core/Size.h:1:10: fatal error: 'opencv2/core.hpp' file not found` You're right. This failed because `export OPENCV4NODEJS_DISABLE_AUTOBUILD=1` wasn't set before installing.
You can use Android Debug Bridge CLI to push your apk inside your device, and install it from your local machine ``` adb -P 5037 [ -s %UDID_IF_MULTIPLE_DEVICE% ] push...
@fescobar
nvm, should had checked the head of the file. Everything is fixed when I installed PIL. It would be nice to include PIL as a package requirement.
Still an issue on appium 1.16.0
Sure i will, however i am quite busy now but it will be done soon
write both tags on the same line
When you implement scenarios in your python test file, did you apply this tag as a decorator on top of the test method ? A workaround I can share for...