When running UI tests against an Expo App it'd be super nice to be able to just run expo start and kick off detox tests without having to supply a path to a previously downloaded build (from eas build) in the detox config. This request is to support automation ran against just the expo go client and the js bundle. Or the expo-dev-client inside of a managed workflow.
Imagine being able to expo publish or expo start and have tests kick off almost immediately on CI without having to eas build —local. It would save a lot of time on CI and give web developers a more similar experience to fast ui tests.