nx icon indicating copy to clipboard operation
nx copied to clipboard

@nx/detox not working

Open FedeRBeije opened this issue 1 year ago • 0 comments

Current Behavior

i get this error when running npx nx test

Cannot determine which configuration to use from Detox config at path: .../apps/mobile-e2e/.detoxrc.json

HINT: Use --configuration to choose one of the following:

  • ios.sim.release
  • ios.sim.debug
  • ios.sim.local
  • android.emu.release
  • android.emu.debug
  • android.emu.local

Warning: command "detox test" exited with non-zero status code

Expected Behavior

To start e2e test with detox

GitHub Repo

No response

Steps to Reproduce

  1. Create an expo app with detox as e2e
  2. try to start the e2e

Nx Report

Cannot determine which configuration to use from Detox config at path:
.../apps/mobile-e2e/.detoxrc.json

HINT: Use --configuration to choose one of the following:
* ios.sim.release
* ios.sim.debug
* ios.sim.local
* android.emu.release
* android.emu.debug
* android.emu.local

Warning: command "detox test" exited with non-zero status code

Failure Logs

No response

Package Manager Version

npm 10.2.3

Operating System

  • [x] macOS
  • [ ] Linux
  • [ ] Windows
  • [ ] Other (Please specify)

Additional Information

No response

FedeRBeije avatar Feb 16 '24 10:02 FedeRBeije