detox 20.11.5-smoke.0 → 20.12.0-smoke.1
Sign up to get free protection for your applications and to get access to all the features.
- package/Detox-android/com/wix/detox/{20.11.5-smoke.0/detox-20.11.5-smoke.0-javadoc.jar → 20.12.0-smoke.1/detox-20.12.0-smoke.1-javadoc.jar} +0 -0
- package/Detox-android/com/wix/detox/20.12.0-smoke.1/detox-20.12.0-smoke.1-javadoc.jar.md5 +1 -0
- package/Detox-android/com/wix/detox/20.12.0-smoke.1/detox-20.12.0-smoke.1-javadoc.jar.sha1 +1 -0
- package/Detox-android/com/wix/detox/20.12.0-smoke.1/detox-20.12.0-smoke.1-javadoc.jar.sha256 +1 -0
- package/Detox-android/com/wix/detox/20.12.0-smoke.1/detox-20.12.0-smoke.1-javadoc.jar.sha512 +1 -0
- package/Detox-android/com/wix/detox/{20.11.5-smoke.0/detox-20.11.5-smoke.0-sources.jar → 20.12.0-smoke.1/detox-20.12.0-smoke.1-sources.jar} +0 -0
- package/Detox-android/com/wix/detox/20.12.0-smoke.1/detox-20.12.0-smoke.1-sources.jar.md5 +1 -0
- package/Detox-android/com/wix/detox/20.12.0-smoke.1/detox-20.12.0-smoke.1-sources.jar.sha1 +1 -0
- package/Detox-android/com/wix/detox/20.12.0-smoke.1/detox-20.12.0-smoke.1-sources.jar.sha256 +1 -0
- package/Detox-android/com/wix/detox/20.12.0-smoke.1/detox-20.12.0-smoke.1-sources.jar.sha512 +1 -0
- package/Detox-android/com/wix/detox/20.12.0-smoke.1/detox-20.12.0-smoke.1.aar +0 -0
- package/Detox-android/com/wix/detox/20.12.0-smoke.1/detox-20.12.0-smoke.1.aar.md5 +1 -0
- package/Detox-android/com/wix/detox/20.12.0-smoke.1/detox-20.12.0-smoke.1.aar.sha1 +1 -0
- package/Detox-android/com/wix/detox/20.12.0-smoke.1/detox-20.12.0-smoke.1.aar.sha256 +1 -0
- package/Detox-android/com/wix/detox/20.12.0-smoke.1/detox-20.12.0-smoke.1.aar.sha512 +1 -0
- package/Detox-android/com/wix/detox/{20.11.5-smoke.0/detox-20.11.5-smoke.0.pom → 20.12.0-smoke.1/detox-20.12.0-smoke.1.pom} +1 -1
- package/Detox-android/com/wix/detox/20.12.0-smoke.1/detox-20.12.0-smoke.1.pom.md5 +1 -0
- package/Detox-android/com/wix/detox/20.12.0-smoke.1/detox-20.12.0-smoke.1.pom.sha1 +1 -0
- package/Detox-android/com/wix/detox/20.12.0-smoke.1/detox-20.12.0-smoke.1.pom.sha256 +1 -0
- package/Detox-android/com/wix/detox/20.12.0-smoke.1/detox-20.12.0-smoke.1.pom.sha512 +1 -0
- package/Detox-android/com/wix/detox/maven-metadata.xml +4 -4
- package/Detox-android/com/wix/detox/maven-metadata.xml.md5 +1 -1
- package/Detox-android/com/wix/detox/maven-metadata.xml.sha1 +1 -1
- package/Detox-android/com/wix/detox/maven-metadata.xml.sha256 +1 -1
- package/Detox-android/com/wix/detox/maven-metadata.xml.sha512 +1 -1
- package/Detox-ios-src.tbz +0 -0
- package/Detox-ios.tbz +0 -0
- package/android/detox/src/full/java/com/wix/detox/espresso/DetoxAssertion.java +44 -25
- package/android/detox/src/full/java/com/wix/detox/espresso/EspressoDetox.java +6 -7
- package/android/detox/src/full/java/com/wix/detox/espresso/action/GetAttributesAction.kt +4 -4
- package/android/detox/src/full/java/com/wix/detox/espresso/performer/MultipleViewsActionPerformer.kt +43 -0
- package/android/detox/src/full/java/com/wix/detox/espresso/performer/SingleViewActionPerformer.kt +19 -0
- package/android/detox/src/full/java/com/wix/detox/espresso/performer/ViewActionPerformer.kt +24 -0
- package/android/detox/src/full/java/com/wix/invoke/types/Invocation.java +5 -4
- package/android/detox/src/main/java/com/wix/detox/espresso/MultipleViewsAction.kt +4 -0
- package/android/detox/src/main/java/com/wix/detox/espresso/UiControllerSpy.kt +0 -1
- package/android/detox/src/main/java/com/wix/detox/espresso/ViewActionWithResult.kt +2 -1
- package/android/detox/src/testFull/java/com/wix/detox/espresso/action/GetAttributesActionTest.kt +6 -5
- package/android/detox/src/testFull/java/com/wix/detox/espresso/performer/ViewActionPerformerSpec.kt +37 -0
- package/index.d.ts +47 -3
- package/local-cli/reset-lock-file.js +5 -9
- package/package.json +6 -6
- package/runners/jest/testEnvironment/index.js +1 -0
- package/src/DetoxWorker.js +5 -11
- package/src/android/core/NativeElement.js +26 -29
- package/src/android/espressoapi/DetoxAssertion.js +16 -14
- package/src/android/espressoapi/EspressoDetox.js +9 -2
- package/src/android/interactions/native.js +2 -3
- package/src/artifacts/providers/index.js +3 -3
- package/src/artifacts/screenshot/SimulatorScreenshotPlugin.js +0 -17
- package/src/configuration/composeLoggerConfig.js +1 -0
- package/src/devices/allocation/DeviceAllocator.js +66 -20
- package/src/devices/allocation/DeviceList.js +44 -0
- package/src/devices/allocation/DeviceRegistry.js +189 -0
- package/src/devices/allocation/drivers/AllocationDriverBase.d.ts +15 -0
- package/src/devices/{common/drivers/android/tools → allocation/drivers/android}/FreeDeviceFinder.js +11 -10
- package/src/devices/allocation/drivers/android/attached/AttachedAndroidAllocDriver.js +22 -17
- package/src/devices/allocation/drivers/android/emulator/EmulatorAllocDriver.js +97 -38
- package/src/devices/allocation/drivers/android/emulator/EmulatorLauncher.js +32 -45
- package/src/devices/allocation/drivers/android/emulator/FreeEmulatorFinder.js +1 -1
- package/src/devices/allocation/drivers/android/emulator/FreePortFinder.js +16 -0
- package/src/devices/allocation/drivers/android/emulator/launchEmulatorProcess.js +3 -3
- package/src/devices/allocation/drivers/android/genycloud/GenyAllocDriver.js +104 -32
- package/src/devices/allocation/drivers/android/genycloud/GenyInstanceLauncher.js +40 -31
- package/src/devices/allocation/drivers/android/genycloud/GenyRegistry.js +121 -0
- package/src/devices/allocation/drivers/android/genycloud/services/GenyInstanceLifecycleService.js +24 -0
- package/src/devices/{common → allocation}/drivers/android/genycloud/services/GenyRecipesService.js +1 -1
- package/src/devices/{common → allocation}/drivers/android/genycloud/services/dto/GenyInstance.js +6 -1
- package/src/devices/allocation/drivers/ios/SimulatorAllocDriver.js +94 -51
- package/src/devices/allocation/drivers/ios/SimulatorLauncher.js +11 -7
- package/src/devices/allocation/drivers/ios/SimulatorQuery.js +24 -0
- package/src/devices/allocation/factories/android.js +29 -35
- package/src/devices/allocation/factories/ios.js +7 -5
- package/src/devices/common/drivers/DeviceCookie.d.ts +12 -0
- package/src/devices/common/drivers/android/cookies.d.ts +11 -0
- package/src/devices/common/drivers/android/emulator/exec/EmulatorExec.js +17 -5
- package/src/devices/common/drivers/android/exec/ADB.js +1 -0
- package/src/devices/common/drivers/ios/cookies.d.ts +9 -0
- package/src/devices/common/drivers/ios/tools/AppleSimUtils.js +2 -0
- package/src/devices/cookies/index.js +0 -6
- package/src/devices/runtime/drivers/android/genycloud/GenyCloudDriver.js +7 -6
- package/src/devices/runtime/factories/android.js +3 -11
- package/src/devices/runtime/factories/ios.js +3 -2
- package/src/{servicelocator → devices/servicelocator}/android/emulatorServiceLocator.js +1 -1
- package/src/devices/servicelocator/android/genycloudServiceLocator.js +17 -0
- package/src/devices/servicelocator/android/index.js +23 -0
- package/src/{validation → devices/validation}/EnvironmentValidatorBase.js +1 -0
- package/src/{validation → devices/validation}/android/GenycloudEnvValidator.js +2 -2
- package/src/{validation → devices/validation}/factories/index.js +1 -1
- package/src/{validation → devices/validation}/ios/IosSimulatorEnvValidator.js +2 -2
- package/src/environmentFactory.js +1 -11
- package/src/ipc/IPCClient.js +17 -1
- package/src/ipc/IPCServer.js +27 -1
- package/src/logger/DetoxLogger.js +2 -2
- package/src/realms/DetoxContext.js +6 -0
- package/src/realms/DetoxPrimaryContext.js +42 -42
- package/src/realms/DetoxSecondaryContext.js +19 -0
- package/src/realms/symbols.js +4 -0
- package/src/utils/PIDService.js +27 -0
- package/src/utils/environment.js +8 -15
- package/src/utils/errorUtils.js +3 -3
- package/tsconfig.json +5 -3
- package/Detox-android/com/wix/detox/20.11.5-smoke.0/detox-20.11.5-smoke.0-javadoc.jar.md5 +0 -1
- package/Detox-android/com/wix/detox/20.11.5-smoke.0/detox-20.11.5-smoke.0-javadoc.jar.sha1 +0 -1
- package/Detox-android/com/wix/detox/20.11.5-smoke.0/detox-20.11.5-smoke.0-javadoc.jar.sha256 +0 -1
- package/Detox-android/com/wix/detox/20.11.5-smoke.0/detox-20.11.5-smoke.0-javadoc.jar.sha512 +0 -1
- package/Detox-android/com/wix/detox/20.11.5-smoke.0/detox-20.11.5-smoke.0-sources.jar.md5 +0 -1
- package/Detox-android/com/wix/detox/20.11.5-smoke.0/detox-20.11.5-smoke.0-sources.jar.sha1 +0 -1
- package/Detox-android/com/wix/detox/20.11.5-smoke.0/detox-20.11.5-smoke.0-sources.jar.sha256 +0 -1
- package/Detox-android/com/wix/detox/20.11.5-smoke.0/detox-20.11.5-smoke.0-sources.jar.sha512 +0 -1
- package/Detox-android/com/wix/detox/20.11.5-smoke.0/detox-20.11.5-smoke.0.aar +0 -0
- package/Detox-android/com/wix/detox/20.11.5-smoke.0/detox-20.11.5-smoke.0.aar.md5 +0 -1
- package/Detox-android/com/wix/detox/20.11.5-smoke.0/detox-20.11.5-smoke.0.aar.sha1 +0 -1
- package/Detox-android/com/wix/detox/20.11.5-smoke.0/detox-20.11.5-smoke.0.aar.sha256 +0 -1
- package/Detox-android/com/wix/detox/20.11.5-smoke.0/detox-20.11.5-smoke.0.aar.sha512 +0 -1
- package/Detox-android/com/wix/detox/20.11.5-smoke.0/detox-20.11.5-smoke.0.pom.md5 +0 -1
- package/Detox-android/com/wix/detox/20.11.5-smoke.0/detox-20.11.5-smoke.0.pom.sha1 +0 -1
- package/Detox-android/com/wix/detox/20.11.5-smoke.0/detox-20.11.5-smoke.0.pom.sha256 +0 -1
- package/Detox-android/com/wix/detox/20.11.5-smoke.0/detox-20.11.5-smoke.0.pom.sha512 +0 -1
- package/src/devices/DeviceRegistry.js +0 -176
- package/src/devices/allocation/drivers/AllocationDriverBase.js +0 -30
- package/src/devices/allocation/drivers/android/attached/AttachedAndroidLauncher.js +0 -13
- package/src/devices/allocation/drivers/android/emulator/EmulatorAllocationHelper.js +0 -72
- package/src/devices/allocation/drivers/android/genycloud/GenyDeviceRegistryFactory.js +0 -16
- package/src/devices/allocation/drivers/android/genycloud/GenyInstanceAllocationHelper.js +0 -65
- package/src/devices/common/drivers/DeviceAllocationHelper.js +0 -20
- package/src/devices/common/drivers/DeviceLauncher.js +0 -19
- package/src/devices/common/drivers/android/genycloud/services/GenyInstanceLifecycleService.js +0 -25
- package/src/devices/common/drivers/android/genycloud/services/GenyInstanceLookupService.js +0 -38
- package/src/devices/common/drivers/android/genycloud/services/GenyInstanceNaming.js +0 -14
- package/src/devices/cookies/AndroidDeviceCookie.js +0 -13
- package/src/devices/cookies/AndroidEmulatorCookie.js +0 -6
- package/src/devices/cookies/AttachedAndroidDeviceCookie.js +0 -12
- package/src/devices/cookies/DeviceCookie.js +0 -4
- package/src/devices/cookies/GenycloudEmulatorCookie.js +0 -20
- package/src/devices/cookies/IosCookie.js +0 -6
- package/src/devices/cookies/IosSimulatorCookie.js +0 -10
- package/src/devices/lifecycle/GenyGlobalLifecycleHandler.js +0 -71
- package/src/devices/lifecycle/factories/GenyGlobalLifecycleHandlerFactory.js +0 -18
- package/src/servicelocator/android/genycloudServiceLocator.js +0 -21
- package/src/servicelocator/android/index.js +0 -25
- package/src/servicelocator/ios.js +0 -7
- /package/src/devices/{common → allocation}/drivers/android/genycloud/exec/GenyCloudExec.js +0 -0
- /package/src/devices/{common → allocation}/drivers/android/genycloud/services/GenyAuthService.js +0 -0
- /package/src/devices/{common → allocation}/drivers/android/genycloud/services/dto/GenyRecipe.js +0 -0
@@ -1,22 +1,37 @@
|
|
1
|
-
|
1
|
+
/**
|
2
|
+
* @typedef {import('../AllocationDriverBase').AllocationDriverBase} AllocationDriverBase
|
3
|
+
* @typedef {import('../AllocationDriverBase').DeallocOptions} DeallocOptions
|
4
|
+
* @typedef {import('../../../common/drivers/ios/cookies').IosSimulatorCookie} IosSimulatorCookie
|
5
|
+
*/
|
6
|
+
|
2
7
|
const _ = require('lodash');
|
3
8
|
|
4
|
-
const DetoxRuntimeError = require('../../../../errors
|
5
|
-
const
|
6
|
-
|
9
|
+
const { DetoxRuntimeError } = require('../../../../errors');
|
10
|
+
const log = require('../../../../utils/logger').child({ cat: 'device,device-allocation' });
|
11
|
+
|
12
|
+
const SimulatorQuery = require('./SimulatorQuery');
|
7
13
|
|
8
|
-
|
14
|
+
/**
|
15
|
+
* @implements {AllocationDriverBase}
|
16
|
+
*/
|
17
|
+
class SimulatorAllocDriver {
|
9
18
|
/**
|
10
|
-
* @param
|
11
|
-
* @param
|
12
|
-
* @param
|
19
|
+
* @param {object} options
|
20
|
+
* @param {import('../../DeviceRegistry')} options.deviceRegistry
|
21
|
+
* @param {DetoxInternals.RuntimeConfig} options.detoxConfig
|
22
|
+
* @param {import('../../../common/drivers/ios/tools/AppleSimUtils')} options.applesimutils
|
23
|
+
* @param {import('./SimulatorLauncher')} options.simulatorLauncher
|
13
24
|
*/
|
14
|
-
constructor({ deviceRegistry, applesimutils, simulatorLauncher }) {
|
15
|
-
super();
|
25
|
+
constructor({ detoxConfig, deviceRegistry, applesimutils, simulatorLauncher }) {
|
16
26
|
this._deviceRegistry = deviceRegistry;
|
17
27
|
this._applesimutils = applesimutils;
|
18
28
|
this._simulatorLauncher = simulatorLauncher;
|
19
29
|
this._launchInfo = {};
|
30
|
+
this._shouldShutdown = detoxConfig.behavior.cleanup.shutdownDevice;
|
31
|
+
}
|
32
|
+
|
33
|
+
async init() {
|
34
|
+
await this._deviceRegistry.unregisterZombieDevices();
|
20
35
|
}
|
21
36
|
|
22
37
|
/**
|
@@ -24,30 +39,37 @@ class SimulatorAllocDriver extends AllocationDriverBase {
|
|
24
39
|
* @return {Promise<IosSimulatorCookie>}
|
25
40
|
*/
|
26
41
|
async allocate(deviceConfig) {
|
27
|
-
const deviceQuery =
|
42
|
+
const deviceQuery = new SimulatorQuery(deviceConfig.device);
|
28
43
|
|
29
44
|
// TODO Delegate this onto a well tested allocator class
|
30
|
-
const udid = await this._deviceRegistry.
|
45
|
+
const udid = await this._deviceRegistry.registerDevice(async () => {
|
31
46
|
return await this._findOrCreateDevice(deviceQuery);
|
32
47
|
});
|
33
48
|
|
34
|
-
const deviceComment = this._commentDevice(deviceQuery);
|
35
49
|
if (!udid) {
|
36
|
-
throw new DetoxRuntimeError(`Failed to find device matching ${
|
50
|
+
throw new DetoxRuntimeError(`Failed to find device matching ${deviceQuery.getDeviceComment()}`);
|
37
51
|
}
|
38
52
|
|
39
53
|
this._launchInfo[udid] = { deviceConfig };
|
40
|
-
return
|
54
|
+
return { id: udid, udid };
|
41
55
|
}
|
42
56
|
|
43
57
|
/**
|
44
58
|
* @param {IosSimulatorCookie} deviceCookie
|
45
|
-
* @returns {Promise<
|
59
|
+
* @returns {Promise<IosSimulatorCookie>}
|
46
60
|
*/
|
47
61
|
async postAllocate(deviceCookie) {
|
48
62
|
const { udid } = deviceCookie;
|
49
63
|
const { deviceConfig } = this._launchInfo[udid];
|
50
64
|
await this._simulatorLauncher.launch(udid, deviceConfig.type, deviceConfig.bootArgs, deviceConfig.headless);
|
65
|
+
|
66
|
+
return {
|
67
|
+
id: udid,
|
68
|
+
udid,
|
69
|
+
type: deviceConfig.type,
|
70
|
+
bootArgs: deviceConfig.bootArgs,
|
71
|
+
headless: deviceConfig.headless,
|
72
|
+
};
|
51
73
|
}
|
52
74
|
|
53
75
|
/**
|
@@ -58,21 +80,40 @@ class SimulatorAllocDriver extends AllocationDriverBase {
|
|
58
80
|
async free(cookie, options = {}) {
|
59
81
|
const { udid } = cookie;
|
60
82
|
|
61
|
-
await this._deviceRegistry.disposeDevice(udid);
|
62
|
-
|
63
83
|
if (options.shutdown) {
|
84
|
+
await this._doShutdown(udid);
|
85
|
+
await this._deviceRegistry.unregisterDevice(udid);
|
86
|
+
} else {
|
87
|
+
await this._deviceRegistry.releaseDevice(udid);
|
88
|
+
}
|
89
|
+
}
|
90
|
+
|
91
|
+
async cleanup() {
|
92
|
+
if (this._shouldShutdown) {
|
93
|
+
const sessionDevices = await this._deviceRegistry.readSessionDevices();
|
94
|
+
const shutdownPromises = sessionDevices.getIds().map((udid) => this._doShutdown(udid));
|
95
|
+
await Promise.all(shutdownPromises);
|
96
|
+
}
|
97
|
+
|
98
|
+
await this._deviceRegistry.unregisterSessionDevices();
|
99
|
+
}
|
100
|
+
|
101
|
+
/**
|
102
|
+
* @param {string} udid
|
103
|
+
* @returns {Promise<void>}
|
104
|
+
* @private
|
105
|
+
*/
|
106
|
+
async _doShutdown(udid) {
|
107
|
+
try {
|
64
108
|
await this._simulatorLauncher.shutdown(udid);
|
109
|
+
} catch (err) {
|
110
|
+
log.warn({ err }, `Failed to shutdown simulator ${udid}`);
|
65
111
|
}
|
66
112
|
}
|
67
113
|
|
68
114
|
/***
|
69
115
|
* @private
|
70
|
-
* @param deviceQuery
|
71
|
-
* byId?: string;
|
72
|
-
* byName?: string;
|
73
|
-
* byType?: string;
|
74
|
-
* byOS?: string;
|
75
|
-
* }}
|
116
|
+
* @param {SimulatorQuery} deviceQuery
|
76
117
|
* @returns {Promise<String>}
|
77
118
|
*/
|
78
119
|
async _findOrCreateDevice(deviceQuery) {
|
@@ -83,6 +124,7 @@ class SimulatorAllocDriver extends AllocationDriverBase {
|
|
83
124
|
if (_.isEmpty(free)) {
|
84
125
|
const prototypeDevice = taken[0];
|
85
126
|
udid = this._applesimutils.create(prototypeDevice);
|
127
|
+
await this._runScreenshotWorkaround(udid);
|
86
128
|
} else {
|
87
129
|
udid = free[0].udid;
|
88
130
|
}
|
@@ -90,11 +132,30 @@ class SimulatorAllocDriver extends AllocationDriverBase {
|
|
90
132
|
return udid;
|
91
133
|
}
|
92
134
|
|
135
|
+
async _runScreenshotWorkaround(udid) {
|
136
|
+
await this._applesimutils.takeScreenshot(udid, '/dev/null').catch(() => {
|
137
|
+
log.debug({}, `
|
138
|
+
NOTE: For an unknown yet reason, taking the first screenshot is apt
|
139
|
+
to fail when booting iOS Simulator in a hidden window mode (or on CI).
|
140
|
+
Detox applies a workaround by taking a dummy screenshot to ensure
|
141
|
+
that the future ones are going to work fine. This screenshot is not
|
142
|
+
saved anywhere, and the error above is suppressed for all log levels
|
143
|
+
except for "debug" and "trace."
|
144
|
+
`.trim());
|
145
|
+
});
|
146
|
+
}
|
147
|
+
|
148
|
+
/**
|
149
|
+
* @private
|
150
|
+
* @param {SimulatorQuery} deviceQuery
|
151
|
+
*/
|
93
152
|
async _groupDevicesByStatus(deviceQuery) {
|
94
153
|
const searchResults = await this._queryDevices(deviceQuery);
|
95
|
-
const
|
96
|
-
|
97
|
-
const { taken, free } = _.groupBy(searchResults, ({ udid }) =>
|
154
|
+
const takenDevices = this._deviceRegistry.getTakenDevicesSync();
|
155
|
+
|
156
|
+
const { taken, free } = _.groupBy(searchResults, ({ udid }) => {
|
157
|
+
return takenDevices.includes(udid) ? 'taken' : 'free';
|
158
|
+
});
|
98
159
|
|
99
160
|
const targetOS = _.get(taken, '0.os.identifier');
|
100
161
|
const isMatching = targetOS && { os: { identifier: targetOS } };
|
@@ -105,43 +166,25 @@ class SimulatorAllocDriver extends AllocationDriverBase {
|
|
105
166
|
};
|
106
167
|
}
|
107
168
|
|
169
|
+
/**
|
170
|
+
* @private
|
171
|
+
* @param {SimulatorQuery} deviceQuery
|
172
|
+
*/
|
108
173
|
async _queryDevices(deviceQuery) {
|
109
174
|
const result = await this._applesimutils.list(
|
110
175
|
deviceQuery,
|
111
|
-
`Searching for device ${
|
176
|
+
`Searching for device ${deviceQuery} ...`
|
112
177
|
);
|
113
178
|
|
114
179
|
if (_.isEmpty(result)) {
|
115
180
|
throw new DetoxRuntimeError({
|
116
|
-
message: `Failed to find a device ${
|
181
|
+
message: `Failed to find a device ${deviceQuery}`,
|
117
182
|
hint: `Run 'applesimutils --list' to list your supported devices. ` +
|
118
183
|
`It is advised only to specify a device type, e.g., "iPhone Xʀ" and avoid explicit search by OS version.`
|
119
184
|
});
|
120
185
|
}
|
121
186
|
return result;
|
122
187
|
}
|
123
|
-
|
124
|
-
_adaptQuery({ id, name, os, type }) {
|
125
|
-
return _.omitBy({
|
126
|
-
byId: id,
|
127
|
-
byName: name,
|
128
|
-
byOS: os,
|
129
|
-
byType: type,
|
130
|
-
}, _.isUndefined);
|
131
|
-
}
|
132
|
-
|
133
|
-
_commentQuery({ byId, byName, byOS, byType }) {
|
134
|
-
return _.compact([
|
135
|
-
byId && `by UDID = ${JSON.stringify(byId)}`,
|
136
|
-
byName && `by name = ${JSON.stringify(byName)}`,
|
137
|
-
byType && `by type = ${JSON.stringify(byType)}`,
|
138
|
-
byOS && `by OS = ${JSON.stringify(byOS)}`,
|
139
|
-
]).join(' and ');
|
140
|
-
}
|
141
|
-
|
142
|
-
_commentDevice({ byId, byName, byOS, byType }) {
|
143
|
-
return byId || _.compact([byName, byType, byOS]).join(', ');
|
144
|
-
}
|
145
188
|
}
|
146
189
|
|
147
190
|
module.exports = SimulatorAllocDriver;
|
@@ -1,20 +1,24 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
class SimulatorLauncher extends DeviceLauncher {
|
1
|
+
class SimulatorLauncher {
|
4
2
|
constructor({ applesimutils, eventEmitter }) {
|
5
|
-
super(eventEmitter);
|
6
3
|
this._applesimutils = applesimutils;
|
4
|
+
this._eventEmitter = eventEmitter;
|
7
5
|
}
|
8
6
|
|
9
7
|
async launch(udid, type, bootArgs, headless) {
|
10
8
|
const coldBoot = await this._applesimutils.boot(udid, bootArgs, headless);
|
11
|
-
|
9
|
+
return coldBoot;
|
12
10
|
}
|
13
11
|
|
14
12
|
async shutdown(udid) {
|
15
|
-
|
13
|
+
if (this._eventEmitter) {
|
14
|
+
await this._eventEmitter.emit('beforeShutdownDevice', { deviceId: udid });
|
15
|
+
}
|
16
|
+
|
16
17
|
await this._applesimutils.shutdown(udid);
|
17
|
-
|
18
|
+
|
19
|
+
if (this._eventEmitter) {
|
20
|
+
await this._eventEmitter.emit('shutdownDevice', { deviceId: udid });
|
21
|
+
}
|
18
22
|
}
|
19
23
|
}
|
20
24
|
|
@@ -0,0 +1,24 @@
|
|
1
|
+
class SimulatorQuery {
|
2
|
+
/** @param {Partial<Detox.IosSimulatorQuery>} query */
|
3
|
+
constructor({ id, name, os, type }) {
|
4
|
+
if (id != null) this.byId = id;
|
5
|
+
if (name != null) this.byName = name;
|
6
|
+
if (os != null) this.byOS = os;
|
7
|
+
if (type != null) this.byType = type;
|
8
|
+
}
|
9
|
+
|
10
|
+
getDeviceComment() {
|
11
|
+
return this.byId || [this.byName, this.byType, this.byOS].filter(Boolean).join(', ');
|
12
|
+
}
|
13
|
+
|
14
|
+
toString() {
|
15
|
+
return [
|
16
|
+
this.byId && `by UDID = ${JSON.stringify(this.byId)}`,
|
17
|
+
this.byName && `by name = ${JSON.stringify(this.byName)}`,
|
18
|
+
this.byType && `by type = ${JSON.stringify(this.byType)}`,
|
19
|
+
this.byOS && `by OS = ${JSON.stringify(this.byOS)}`,
|
20
|
+
].filter(Boolean).join(' and ');
|
21
|
+
}
|
22
|
+
}
|
23
|
+
|
24
|
+
module.exports = SimulatorQuery;
|
@@ -2,11 +2,12 @@
|
|
2
2
|
const DeviceAllocatorFactory = require('./base');
|
3
3
|
|
4
4
|
class AndroidEmulator extends DeviceAllocatorFactory {
|
5
|
-
_createDriver({
|
6
|
-
const serviceLocator = require('
|
5
|
+
_createDriver({ detoxSession, detoxConfig }) {
|
6
|
+
const serviceLocator = require('../../servicelocator/android');
|
7
7
|
const adb = serviceLocator.adb;
|
8
8
|
const emulatorExec = serviceLocator.emulator.exec;
|
9
|
-
const
|
9
|
+
const DeviceRegistry = require('../../allocation/DeviceRegistry');
|
10
|
+
const deviceRegistry = new DeviceRegistry({ sessionId: detoxSession.id });
|
10
11
|
|
11
12
|
const AVDsResolver = require('../drivers/android/emulator/AVDsResolver');
|
12
13
|
const avdsResolver = new AVDsResolver(emulatorExec);
|
@@ -20,74 +21,67 @@ class AndroidEmulator extends DeviceAllocatorFactory {
|
|
20
21
|
const FreeEmulatorFinder = require('../drivers/android/emulator/FreeEmulatorFinder');
|
21
22
|
const freeEmulatorFinder = new FreeEmulatorFinder(adb, deviceRegistry);
|
22
23
|
|
23
|
-
const
|
24
|
-
const
|
24
|
+
const FreePortFinder = require('../drivers/android/emulator/FreePortFinder');
|
25
|
+
const freePortFinder = new FreePortFinder();
|
25
26
|
|
26
|
-
const
|
27
|
-
const
|
27
|
+
const EmulatorLauncher = require('../drivers/android/emulator/EmulatorLauncher');
|
28
|
+
const emulatorLauncher = new EmulatorLauncher({ adb, emulatorExec });
|
28
29
|
|
29
30
|
const EmulatorAllocDriver = require('../drivers/android/emulator/EmulatorAllocDriver');
|
30
31
|
return new EmulatorAllocDriver({
|
31
32
|
adb,
|
32
33
|
avdValidator,
|
34
|
+
detoxConfig,
|
35
|
+
deviceRegistry,
|
33
36
|
emulatorVersionResolver,
|
34
37
|
emulatorLauncher,
|
35
|
-
|
38
|
+
freeDeviceFinder: freeEmulatorFinder,
|
39
|
+
freePortFinder,
|
36
40
|
});
|
37
41
|
}
|
38
42
|
}
|
39
43
|
|
40
44
|
class AndroidAttached extends DeviceAllocatorFactory {
|
41
|
-
_createDriver({
|
42
|
-
const serviceLocator = require('
|
45
|
+
_createDriver({ detoxSession, detoxConfig }) {
|
46
|
+
const serviceLocator = require('../../servicelocator/android');
|
43
47
|
const adb = serviceLocator.adb;
|
44
|
-
const
|
48
|
+
const DeviceRegistry = require('../../allocation/DeviceRegistry');
|
49
|
+
const deviceRegistry = new DeviceRegistry({ sessionId: detoxSession.id });
|
45
50
|
|
46
|
-
const FreeDeviceFinder = require('
|
51
|
+
const FreeDeviceFinder = require('../drivers/android/FreeDeviceFinder');
|
47
52
|
const freeDeviceFinder = new FreeDeviceFinder(adb, deviceRegistry);
|
48
53
|
|
49
|
-
const AttachedAndroidLauncher = require('../drivers/android/attached/AttachedAndroidLauncher');
|
50
|
-
const attachedAndroidLauncher = new AttachedAndroidLauncher(eventEmitter);
|
51
|
-
|
52
54
|
const AttachedAndroidAllocDriver = require('../drivers/android/attached/AttachedAndroidAllocDriver');
|
53
|
-
return new AttachedAndroidAllocDriver({ adb, deviceRegistry, freeDeviceFinder
|
55
|
+
return new AttachedAndroidAllocDriver({ adb, deviceRegistry, freeDeviceFinder });
|
54
56
|
}
|
55
57
|
}
|
56
58
|
|
57
59
|
class Genycloud extends DeviceAllocatorFactory {
|
58
|
-
_createDriver(
|
59
|
-
const serviceLocator = require('
|
60
|
+
_createDriver(deps) {
|
61
|
+
const serviceLocator = require('../../servicelocator/android');
|
60
62
|
const adb = serviceLocator.adb;
|
61
63
|
const exec = serviceLocator.genycloud.exec;
|
62
|
-
const deviceRegistry = serviceLocator.genycloud.runtimeDeviceRegistry;
|
63
|
-
const deviceCleanupRegistry = serviceLocator.genycloud.cleanupDeviceRegistry;
|
64
64
|
|
65
|
-
const
|
66
|
-
const instanceNaming = new InstanceNaming(); // TODO should consider a permissive impl for debug/dev mode. Maybe even a custom arg in package.json (Detox > ... > genycloud > sharedAccount: false)
|
67
|
-
|
68
|
-
const RecipesService = require('../../common/drivers/android/genycloud/services/GenyRecipesService');
|
65
|
+
const RecipesService = require('../drivers/android/genycloud/services/GenyRecipesService');
|
69
66
|
const recipeService = new RecipesService(exec);
|
70
67
|
|
71
|
-
const
|
72
|
-
const
|
73
|
-
|
74
|
-
const InstanceLifecycleService = require('../../common/drivers/android/genycloud/services/GenyInstanceLifecycleService');
|
75
|
-
const instanceLifecycleService = new InstanceLifecycleService(exec, instanceNaming);
|
68
|
+
const InstanceLifecycleService = require('../drivers/android/genycloud/services/GenyInstanceLifecycleService');
|
69
|
+
const instanceLifecycleService = new InstanceLifecycleService(exec);
|
76
70
|
|
77
71
|
const RecipeQuerying = require('../drivers/android/genycloud/GenyRecipeQuerying');
|
78
72
|
const recipeQuerying = new RecipeQuerying(recipeService);
|
79
73
|
|
80
|
-
const InstanceAllocationHelper = require('../drivers/android/genycloud/GenyInstanceAllocationHelper');
|
81
|
-
const allocationHelper = new InstanceAllocationHelper({ deviceRegistry, instanceLookupService, instanceLifecycleService });
|
82
|
-
|
83
74
|
const InstanceLauncher = require('../drivers/android/genycloud/GenyInstanceLauncher');
|
75
|
+
const instanceLauncher = new InstanceLauncher({ genyCloudExec: exec, instanceLifecycleService });
|
76
|
+
|
84
77
|
const GenyAllocDriver = require('../drivers/android/genycloud/GenyAllocDriver');
|
85
|
-
|
78
|
+
|
86
79
|
return new GenyAllocDriver({
|
87
80
|
adb,
|
88
|
-
recipeQuerying,
|
89
|
-
allocationHelper,
|
90
81
|
instanceLauncher,
|
82
|
+
instanceLifecycleService,
|
83
|
+
recipeQuerying,
|
84
|
+
...deps,
|
91
85
|
});
|
92
86
|
}
|
93
87
|
}
|
@@ -2,16 +2,18 @@
|
|
2
2
|
const DeviceAllocatorFactory = require('./base');
|
3
3
|
|
4
4
|
class IosSimulator extends DeviceAllocatorFactory {
|
5
|
-
_createDriver({ eventEmitter }) {
|
6
|
-
const
|
7
|
-
const applesimutils =
|
8
|
-
|
5
|
+
_createDriver({ detoxConfig, detoxSession, eventEmitter }) {
|
6
|
+
const AppleSimUtils = require('../../../devices/common/drivers/ios/tools/AppleSimUtils');
|
7
|
+
const applesimutils = new AppleSimUtils();
|
8
|
+
|
9
|
+
const DeviceRegistry = require('../../../devices/allocation/DeviceRegistry');
|
10
|
+
const deviceRegistry = new DeviceRegistry({ sessionId: detoxSession.id });
|
9
11
|
|
10
12
|
const SimulatorLauncher = require('../drivers/ios/SimulatorLauncher');
|
11
13
|
const simulatorLauncher = new SimulatorLauncher({ applesimutils, eventEmitter });
|
12
14
|
|
13
15
|
const SimulatorAllocDriver = require('../drivers/ios/SimulatorAllocDriver');
|
14
|
-
return new SimulatorAllocDriver({ deviceRegistry, applesimutils, simulatorLauncher });
|
16
|
+
return new SimulatorAllocDriver({ detoxConfig, deviceRegistry, applesimutils, simulatorLauncher });
|
15
17
|
}
|
16
18
|
}
|
17
19
|
|
@@ -0,0 +1,12 @@
|
|
1
|
+
/* eslint-disable import/no-unresolved,node/no-missing-import,node/no-unsupported-features/es-syntax */
|
2
|
+
|
3
|
+
/**
|
4
|
+
* A serializable object that represents a device.
|
5
|
+
*/
|
6
|
+
export interface DeviceCookie {
|
7
|
+
/** The device's unique identifier. */
|
8
|
+
id: string;
|
9
|
+
/** The display name of the device. */
|
10
|
+
name?: string;
|
11
|
+
}
|
12
|
+
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/* eslint-disable import/no-unresolved,node/no-missing-import,node/no-unsupported-features/es-syntax */
|
2
|
+
import GenyInstance from '../../../allocation/drivers/android/genycloud/services/dto/GenyInstance';
|
3
|
+
import { DeviceCookie } from '../DeviceCookie';
|
4
|
+
|
5
|
+
interface AndroidDeviceCookie extends DeviceCookie {
|
6
|
+
adbName: string;
|
7
|
+
}
|
8
|
+
|
9
|
+
interface GenycloudEmulatorCookie extends AndroidDeviceCookie {
|
10
|
+
instance: GenyInstance;
|
11
|
+
}
|
@@ -32,19 +32,31 @@ class QueryVersionCommand extends ExecCommand {
|
|
32
32
|
}
|
33
33
|
|
34
34
|
class LaunchCommand extends ExecCommand {
|
35
|
-
constructor(
|
35
|
+
constructor(options) {
|
36
36
|
super();
|
37
37
|
this._options = options;
|
38
|
-
this._args = this._getEmulatorArgs(
|
39
|
-
|
38
|
+
this._args = this._getEmulatorArgs();
|
39
|
+
}
|
40
|
+
|
41
|
+
get adbName() {
|
42
|
+
return this._options.adbName;
|
43
|
+
}
|
44
|
+
|
45
|
+
get avdName() {
|
46
|
+
return this._options.avdName;
|
47
|
+
}
|
48
|
+
|
49
|
+
get port() {
|
50
|
+
return this._options.port;
|
40
51
|
}
|
41
52
|
|
42
53
|
_getArgs() {
|
43
54
|
return this._args;
|
44
55
|
}
|
45
56
|
|
46
|
-
_getEmulatorArgs(
|
57
|
+
_getEmulatorArgs() {
|
47
58
|
const {
|
59
|
+
avdName,
|
48
60
|
bootArgs,
|
49
61
|
gpuMode = this._getDefaultGPUMode(),
|
50
62
|
headless,
|
@@ -64,7 +76,7 @@ class LaunchCommand extends ExecCommand {
|
|
64
76
|
port ? '-port' : '',
|
65
77
|
port ? `${port}` : '',
|
66
78
|
...deviceBootArgs,
|
67
|
-
`@${
|
79
|
+
`@${avdName}`
|
68
80
|
]);
|
69
81
|
|
70
82
|
return emulatorArgs;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
/* eslint-disable import/no-unresolved,node/no-missing-import,node/no-unsupported-features/es-syntax */
|
2
|
+
import { DeviceCookie } from '../DeviceCookie';
|
3
|
+
|
4
|
+
interface IosSimulatorCookie extends DeviceCookie {
|
5
|
+
udid: string;
|
6
|
+
type?: string;
|
7
|
+
bootArgs?: string;
|
8
|
+
headless?: boolean;
|
9
|
+
}
|
@@ -455,6 +455,8 @@ class AppleSimUtils {
|
|
455
455
|
overrides.push(`--cellularMode "${flags.cellularMode}"`);
|
456
456
|
if (flags.cellularBars)
|
457
457
|
overrides.push(`--cellularBars "${flags.cellularBars}"`);
|
458
|
+
if (flags.operatorName)
|
459
|
+
overrides.push(`--operatorName "${flags.operatorName}"`);
|
458
460
|
if (flags.batteryState)
|
459
461
|
overrides.push(`--batteryState "${flags.batteryState}"`);
|
460
462
|
if (flags.batteryLevel)
|
@@ -1,6 +0,0 @@
|
|
1
|
-
module.exports = {
|
2
|
-
IosSimulatorCookie: require('./IosSimulatorCookie'),
|
3
|
-
AttachedAndroidDeviceCookie: require('./AttachedAndroidDeviceCookie'),
|
4
|
-
AndroidEmulatorCookie: require('./AndroidEmulatorCookie'),
|
5
|
-
GenycloudEmulatorCookie: require('./GenycloudEmulatorCookie'),
|
6
|
-
};
|
@@ -8,21 +8,22 @@ const AndroidDriver = require('../AndroidDriver');
|
|
8
8
|
|
9
9
|
/**
|
10
10
|
* @typedef GenycloudDriverProps
|
11
|
-
* @property
|
11
|
+
* @property adbName { GenyInstance } The DTO associated with the cloud instance
|
12
12
|
*/
|
13
13
|
|
14
14
|
class GenyCloudDriver extends AndroidDriver {
|
15
15
|
/**
|
16
16
|
* @param deps { GenycloudDriverDeps }
|
17
|
-
* @param props {
|
17
|
+
* @param props { GenycloudEmulatorCookie }
|
18
18
|
*/
|
19
|
-
constructor(deps, {
|
20
|
-
super(deps, { adbName
|
21
|
-
|
19
|
+
constructor(deps, { adbName, name }) {
|
20
|
+
super(deps, { adbName });
|
21
|
+
|
22
|
+
this._instanceName = name;
|
22
23
|
}
|
23
24
|
|
24
25
|
getDeviceName() {
|
25
|
-
return this.
|
26
|
+
return this._instanceName;
|
26
27
|
}
|
27
28
|
|
28
29
|
async setLocation(lat, lon) {
|
@@ -3,7 +3,7 @@ const RuntimeDeviceFactory = require('./base');
|
|
3
3
|
|
4
4
|
class RuntimeDriverFactoryAndroid extends RuntimeDeviceFactory {
|
5
5
|
_createDriverDependencies(commonDeps) {
|
6
|
-
const serviceLocator = require('
|
6
|
+
const serviceLocator = require('../../servicelocator/android');
|
7
7
|
const adb = serviceLocator.adb;
|
8
8
|
const aapt = serviceLocator.aapt;
|
9
9
|
const apkValidator = serviceLocator.apkValidator;
|
@@ -43,23 +43,15 @@ class AndroidEmulator extends RuntimeDriverFactoryAndroid {
|
|
43
43
|
|
44
44
|
class AndroidAttached extends RuntimeDriverFactoryAndroid {
|
45
45
|
_createDriver(deviceCookie, deps, configs) {
|
46
|
-
const props = {
|
47
|
-
adbName: deviceCookie.adbName,
|
48
|
-
};
|
49
|
-
|
50
46
|
const { AttachedAndroidRuntimeDriver } = require('../drivers');
|
51
|
-
return new AttachedAndroidRuntimeDriver(deps,
|
47
|
+
return new AttachedAndroidRuntimeDriver(deps, deviceCookie);
|
52
48
|
}
|
53
49
|
}
|
54
50
|
|
55
51
|
class Genycloud extends RuntimeDriverFactoryAndroid {
|
56
52
|
_createDriver(deviceCookie, deps, configs) {
|
57
|
-
const props = {
|
58
|
-
instance: deviceCookie.instance,
|
59
|
-
};
|
60
|
-
|
61
53
|
const { GenycloudRuntimeDriver } = require('../drivers');
|
62
|
-
return new GenycloudRuntimeDriver(deps,
|
54
|
+
return new GenycloudRuntimeDriver(deps, deviceCookie);
|
63
55
|
}
|
64
56
|
}
|
65
57
|
|
@@ -2,10 +2,11 @@ const RuntimeDeviceFactory = require('./base');
|
|
2
2
|
|
3
3
|
class RuntimeDriverFactoryIos extends RuntimeDeviceFactory {
|
4
4
|
_createDriverDependencies(commonDeps) {
|
5
|
-
const serviceLocator = require('../../../servicelocator/ios');
|
6
|
-
const applesimutils = serviceLocator.appleSimUtils;
|
7
5
|
const { eventEmitter } = commonDeps;
|
8
6
|
|
7
|
+
const AppleSimUtils = require('../../../devices/common/drivers/ios/tools/AppleSimUtils');
|
8
|
+
const applesimutils = new AppleSimUtils();
|
9
|
+
|
9
10
|
const SimulatorLauncher = require('../../allocation/drivers/ios/SimulatorLauncher');
|
10
11
|
return {
|
11
12
|
...commonDeps,
|
@@ -0,0 +1,17 @@
|
|
1
|
+
class GenycloudServiceLocator {
|
2
|
+
constructor() {
|
3
|
+
this._exec = null;
|
4
|
+
}
|
5
|
+
|
6
|
+
// Note: important to keep lazy because of implicit validations that are sensitive (inside environment, in particular).
|
7
|
+
get exec() {
|
8
|
+
if (!this._exec) {
|
9
|
+
const Exec = require('../../allocation/drivers/android/genycloud/exec/GenyCloudExec');
|
10
|
+
const environment = require('../../../utils/environment');
|
11
|
+
this._exec = new Exec(environment.getGmsaasPath());
|
12
|
+
}
|
13
|
+
return this._exec;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
|
17
|
+
module.exports = new GenycloudServiceLocator();
|