Commits (2)
-
Martin Santangelo authoredad796a88
-
Brian Hatchet authored
e2e register flow, update react-native-elements, and add mock support to e2e See merge request !431
67c2f668
Showing
This diff is collapsed.
e2e/helpers/createUser.js
0 → 100644
e2e/helpers/deleteUser.js
0 → 100644
e2e/register.spec.js
0 → 100644
... | ... | @@ -42,7 +42,7 @@ |
"react-native-convert-ph-asset": "^1.0.3", | ||
"react-native-device-info": "^4.0.1", | ||
"react-native-device-log": "Minds/react-native-device-log#74f06b09c6656aa228a9a3a474c714d82abf509e", | ||
"react-native-elements": "^0.19.1", | ||
"react-native-elements": "^1.2.7", | ||
"react-native-exception-handler": "^2.10.8", | ||
"react-native-exit-app": "wumke/react-native-exit-app", | ||
"react-native-fast-image": "^7.0.2", | ||
... | ... | @@ -109,7 +109,7 @@ |
"configurations": { | ||
"ios.sim.debug": { | ||
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/Minds.app", | ||
"build": "xcodebuild -workspace ios/Minds.xcworkspace -scheme Minds -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build", | ||
"build": "RN_SRC_EXT=e2e.js xcodebuild -workspace ios/Minds.xcworkspace -scheme Minds -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build", | ||
"type": "ios.simulator", | ||
"device": { | ||
"type": "iPhone 11" | ||
... | ... | @@ -117,7 +117,7 @@ |
}, | ||
"ios.sim.release": { | ||
"binaryPath": "ios/build/Build/Products/Release-iphonesimulator/Minds.app", | ||
"build": "xcodebuild -workspace ios/Minds.xcworkspace -scheme Minds -configuration Release -sdk iphonesimulator -derivedDataPath ios/build", | ||
"build": "RN_SRC_EXT=e2e.js xcodebuild -workspace ios/Minds.xcworkspace -scheme Minds -configuration Release -sdk iphonesimulator -derivedDataPath ios/build", | ||
"type": "ios.simulator", | ||
"device": { | ||
"type": "iPhone 11" | ||
... | ... |
src/config/Config.e2e.js
0 → 100644
This diff is collapsed.