I did set up some e2e
tests with detox
for my react-native
app.
I'm running those tests manually with the detox test
command, but I cannot find (neither in the detox's issues, nor in Fastlane's documentation) a way to integrate these tests directly in Fastlane. None of these options seems to be adapted to what I'm looking for.
Anyone managed to implement this before or do I have to find a workaround for this?
Thanks in advance!