You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run my first test with detox and cucumber, but when I run DETOX_CONFIGURATION=android.attached.debug node_modules/.bin/cucumber-js ./e2e/features --require-module @babel/register it gives me an error:
"DETOX_CONFIGURATION is not recognized as an internal command"
I'm using Windows 10, is it need some extra configuration to use DETOX_CONFIGURATION environment variable?
The text was updated successfully, but these errors were encountered:
I'm trying to run my first test with detox and cucumber, but when I run
DETOX_CONFIGURATION=android.attached.debug node_modules/.bin/cucumber-js ./e2e/features --require-module @babel/register
it gives me an error:"DETOX_CONFIGURATION is not recognized as an internal command"
I'm using Windows 10, is it need some extra configuration to use DETOX_CONFIGURATION environment variable?
The text was updated successfully, but these errors were encountered: