Commits (11)
-
Martin Santangelo authored673585bc
-
Martin Santangelo authored7741d10d
-
Martin Santangelo authored47127ac3
-
Martin Santangelo authoredabcc86fe
-
Martin Santangelo authored3e925498
-
Martin Santangelo authored8322be44
-
Martin Santangelo authored76abfb45
-
Martin Santangelo authored5551aa8a
-
Martin Santangelo authored31da093a
-
Martin Santangelo authored335892a0
-
Martin Santangelo authored213b023a
Showing
__e2e__/config.js
deleted
100644 → 0
e2e/actions/login.js
0 → 100644
e2e/config.json
0 → 100644
e2e/init.js
0 → 100644
e2e/login.spec.js
0 → 100644
jest.e2e.config.js
deleted
100644 → 0
| { | ||
| "name": "Minds", | ||
| "version": "0.0.1", | ||
| "version": "3.12.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "android": "react-native run-android", | ||
| ... | ... | @@ -11,8 +11,6 @@ |
| "update-settings": "ts-node tasks/update-settings.js", | ||
| "test": "jest", | ||
| "locale": "ts-node tasks/poeditor.js", | ||
| "e2e": "jest -c jest.e2e.config.js", | ||
| "e2e-local": "e2elocal=1 jest -c jest.e2e.config.js", | ||
| "preinstall": "git config core.hooksPath .githooks", | ||
| "postinstall": "jetify" | ||
| }, | ||
| ... | ... | @@ -91,6 +89,7 @@ |
| "@react-native-community/eslint-config": "^0.0.5", | ||
| "babel-core": "7.0.0-bridge.0", | ||
| "babel-jest": "^24.9.0", | ||
| "detox": "^14.7.1", | ||
| "enzyme": "^3.10.0", | ||
| "enzyme-adapter-react-16": "^1.14.0", | ||
| "enzyme-to-json": "^3.4.0", | ||
| ... | ... | @@ -103,5 +102,26 @@ |
| "react-test-renderer": "16.9.0", | ||
| "ts-node": "^8.4.1", | ||
| "typescript": "^3.7.2" | ||
| }, | ||
| "detox": { | ||
| "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", | ||
| "type": "ios.simulator", | ||
| "device": { | ||
| "type": "iPhone 11" | ||
| } | ||
| }, | ||
| "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", | ||
| "type": "ios.simulator", | ||
| "device": { | ||
| "type": "iPhone 11" | ||
| } | ||
| } | ||
| }, | ||
| "test-runner": "jest" | ||
| } | ||
| } |
This diff is collapsed.