Open andreaforni opened 4 years ago
The repository contains the e2e/ folder, the Detox configuration file (.detoxrc.json) and the scripts to build and run Detox tests on Android and iOS but:
e2e/
.detoxrc.json
pre:test:android
test:android
package.json
e2e/firstTest.spec.js
The repository contains the
e2e/
folder, the Detox configuration file (.detoxrc.json
) and the scripts to build and run Detox tests on Android and iOS but:.detoxrc.json
is incomplete.pre:test:android
andtest:android
scripts inpackage.json
point to iOS configuration.e2e/firstTest.spec.js
contains a "hello world" test.