We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e652702 + be05622 commit 42e9718Copy full SHA for 42e9718
packages/platform-android/src/factory.ts
@@ -27,7 +27,7 @@ export const physicalAndroidDevice = (
27
export const androidPlatform = (
28
config: AndroidPlatformConfig
29
): HarnessPlatform<AndroidPlatformConfig> => ({
30
- name: 'android',
+ name: config.name,
31
config,
32
runner: import.meta.resolve('./runner.js'),
33
});
0 commit comments