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
/
index.js
7 lines
(4 loc)
•
175 B
JavaScript
View Raw
1
2
3
4
5
6
7
// transpile:main
import
baseDriverUnitTests
from
'./driver-tests'
;
import
baseDriverE2ETests
from
'./driver-e2e-tests'
;
export
{ baseDriverUnitTests, baseDriverE2ETests };