nodejs/node#10865 has a test to use shared library files of node_test_engine built with gyp.
Currently the tests on Windows and arm were failed because the shared library files were lost in CI environment.
They can be solved by including Release\node_test_engine.dll in Windows tests and out/Release/libnode_test_engine.so in arm tests in binary/binary.tar.gz and binary/binary.tar.xz . Could someone help to do it?