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 f8fd71b commit b563fd3Copy full SHA for b563fd3
test/helper/AppiumV2_test.js
@@ -4,6 +4,11 @@ const expect = chai.expect
4
const assert = chai.assert
5
const path = require('path')
6
7
+const Appium = require('../../lib/helper/Appium')
8
+const AssertionFailedError = require('../../lib/assert/error')
9
+const fileExists = require('../../lib/utils').fileExists
10
+global.codeceptjs = require('../../lib')
11
+
12
let app
13
const apk_path = 'storage:filename=selendroid-test-app-0.17.0.apk'
14
const smallWait = 3
0 commit comments