Initial Detox E2E iOS configuration to be run on RNTester (#20235)

Summary:
This PR adds initial setup for Detox E2E iOS and some tests for ButtonExample.
Pull Request resolved: https://github.com/facebook/react-native/pull/20235

Reviewed By: hramos

Differential Revision: D8924525

Pulled By: TheSavior

fbshipit-source-id: 8117fc1559c2e9cb831f7b081aa8f4ddc8ba7401
This commit is contained in:
Rotem M
2018-07-30 14:25:49 -07:00
committed by Facebook Github Bot
parent 2ca7701aae
commit 7f0a4f72b4
8 changed files with 132 additions and 22 deletions

6
RNTester/e2e/config.json Normal file
View File

@@ -0,0 +1,6 @@
{
"setupTestFrameworkScriptFile" : "./init.js",
"testEnvironment": "node",
"bail": true,
"verbose": true
}