-1

I've try to find a step by step setup information to do testing with detox on ubuntu, but I've only found it for mac, and some websites says that it's necessary a mac environment.

phya
  • 1

1 Answers1

0

detox can be installed through:

sudo add-apt-repository universe
sudo apt update
sudo apt install detox
GAD3R
  • 4,317
  • 1
  • 23
  • 34
  • this is the utility clean up filenames, but the one that I'm looking for is the detox for testing in reactive native apps – phya May 05 '21 at 09:05