UNPKG
webdriverio-automation
Version:
latest (1.0.0)
1.0.0
WebdriverIO-Automation android ios project
webdriverio-automation
/
node_modules
/
appium-base-driver
/
test
/
basedriver
/
driver-e2e-specs.js
9 lines
(7 loc)
•
190 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
// transpile:mocha
import
BaseDriver
from
'../..'
;
import
baseDriverE2ETests
from
'./driver-e2e-tests'
;
baseDriverE2ETests
(
BaseDriver
, {
platformName
:
'iOS'
,
deviceName
:
'Delorean'
});