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 47e2a8e commit ed6d52aCopy full SHA for ed6d52a
test/helper/AppiumV2_test.js
@@ -4,6 +4,11 @@ const path = require('path');
4
const expect = chai.expect;
5
const assert = chai.assert;
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