We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9306305 commit f8fd71bCopy full SHA for f8fd71b
test/helper/AppiumV2_test.js
@@ -2,6 +2,7 @@ const chai = require('chai')
2
3
const expect = chai.expect
4
const assert = chai.assert
5
+const path = require('path')
6
7
let app
8
const apk_path = 'storage:filename=selendroid-test-app-0.17.0.apk'
0 commit comments