Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No instrumentation runner found on device emulator-12622 for package * #173

Open
xiongemi opened this issue May 12, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@xiongemi
Copy link

xiongemi commented May 12, 2023

Summary

when runing android detox e2e tests with @config-plugins/detox, failed with this error: No instrumentation runner found on device emulator-12622 for package *.
detox testing works fine for ios.

Config Plugin

@config-plugins/detox

What platform(s) does this occur on?

Android

SDK Version

48.0.15

Reproducible demo

-use detox 48.0.15

  • add "@config-plugins/detox": "^5.0.1"
  • add @config-plugins/detox to plugins in app.json
  • build android app
  • try e2e test with android
    got this error:
14:11:39.423 detox[18657] i app.spec.ts is assigned to emulator-12622 (Pixel_XL_API_Tiramisu)
14:11:39.676 detox[18657] i Cats: should display carousel
14:11:39.678 detox[18657] i Cats: should display carousel [FAIL]

 FAIL  src/app.spec.ts
  Cats
    ✕ should display carousel (2 ms)

  ● Cats › should display carousel

    No instrumentation runner found on device emulator-12622 for package com.exiong.cats

      4 |   await device.launchApp();
      5 | });
    > 6 |
        | ^

      at test-setup.ts:6:26
      at ../../node_modules/tslib/tslib.js:167:75
      at Object.__awaiter (../../node_modules/tslib/tslib.js:163:16)
      at Object.<anonymous> (test-setup.ts:5:25)
@xiongemi xiongemi added the bug Something isn't working label May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant