UNPKG
gst-atom-xcuitest-driver
Version:
latest (0.8.8)
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
ATOM driver for iOS using XCUITest for backend
gst-atom-xcuitest-driver
/
lib
/
commands
/
timeouts.js
9 lines
(4 loc)
•
151 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
{ iosCommands }
from
'gst-atom-ios-driver'
;
let
extensions = {};
Object
.
assign
(extensions, iosCommands.
timeout
);
export
default
extensions;