mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 12:15:37 +08:00
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:
committed by
Facebook Github Bot
parent
2ca7701aae
commit
7f0a4f72b4
6
RNTester/e2e/config.json
Normal file
6
RNTester/e2e/config.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"setupTestFrameworkScriptFile" : "./init.js",
|
||||
"testEnvironment": "node",
|
||||
"bail": true,
|
||||
"verbose": true
|
||||
}
|
||||
Reference in New Issue
Block a user