Skip to content

Commit

Permalink
fix: missing initialize appium in Update AppiumV2_test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Jan 3, 2025
1 parent f8fd71b commit b563fd3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/helper/AppiumV2_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ const expect = chai.expect
const assert = chai.assert
const path = require('path')

const Appium = require('../../lib/helper/Appium')
const AssertionFailedError = require('../../lib/assert/error')
const fileExists = require('../../lib/utils').fileExists
global.codeceptjs = require('../../lib')

let app
const apk_path = 'storage:filename=selendroid-test-app-0.17.0.apk'
const smallWait = 3
Expand Down

0 comments on commit b563fd3

Please sign in to comment.