diff --git a/test/helper/AppiumV2_test.js b/test/helper/AppiumV2_test.js index 5d1c41e07..efeed64ba 100644 --- a/test/helper/AppiumV2_test.js +++ b/test/helper/AppiumV2_test.js @@ -2,6 +2,7 @@ const chai = require('chai') const expect = chai.expect const assert = chai.assert +const path = require('path') let app const apk_path = 'storage:filename=selendroid-test-app-0.17.0.apk'