Skip to content

Instantly share code, notes, and snippets.

View imurchie's full-sized avatar

Isaac A. Murchie imurchie

  • Brooklyn, New York
View GitHub Profile
@imurchie
imurchie / install.log
Created May 7, 2019 15:00
mjpeg-consumer install error on Node 12
npm install --no-save mjpeg-consumer  ✔  12.1.0 ⬢  10:58:03
> buffertools@2.1.6 install /Users/isaac/code/appium-support/node_modules/buffertools
> node-gyp rebuild
CXX(target) Release/obj.target/buffertools/buffertools.o
../buffertools.cc:32:11: error: no member named 'Handle' in namespace 'v8'
using v8::Handle;
~~~~^
../buffertools.cc:141:25: error: no matching member function for call to 'ToObject'
@imurchie
imurchie / webDriverAgentUrl-set.md
Last active November 16, 2018 12:55
XCUITest-based iOS real device test

Capabilities set:

  • webDriverAgentUrl
  • clearSystemFiles (false)

command: whoami

stacktrace:

$ PLATFORM_VERSION=12.0 DEVICE_NAME="iPhone 6" _FORCE_LOGS=1 npm run e2e-test 8.10.0
> appium-xcuitest-driver@2.91.0 e2e-test /Users/isaacmurchie/code/appium-xcuitest-driver
> gulp e2e-test
[15:14:51] Using gulpfile ~/code/appium-xcuitest-driver/gulpfile.js
[15:14:51] Starting 'transpile'...
[15:15:03] Finished 'transpile' after 12 s
[15:15:03] Starting 'e2e-test'...
[15:15:03] Finished 'e2e-test' after 1.05 ms