nx
nx copied to clipboard
@nx/detox not working
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
- Create an expo app with detox as e2e
- 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