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
Is your feature request related to a problem? Please describe.
In CI jobs running Detox for both iOS and Android, reporters fail to differentiate between results and show tests as running twice, instead of once for every platform.
Describe the solution you'd like
Have Detox inject the platform name (i.e. android / iOS) as part of the test name, such that should xyz would be reported once (e.g.) as should xyz [android] and then as should xyz [ios].
Describe alternatives you've considered
N/A
Additional context
In particular, this bothers developers running internal projects on team-city. We've applied a tailored solution to one of them but we need a more scalable one.