Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions e2e/.detoxrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ module.exports = {
build:
"xcodebuild CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ -workspace ../example/ios/KeyboardControllerExample.xcworkspace -scheme KeyboardControllerExample -configuration Release -sdk iphonesimulator -derivedDataPath ../example/ios/build",
},
"example-fabric.ios.release": {
type: "ios.app",
binaryPath:
"../FabricExample/ios/build/Build/Products/Release-iphonesimulator/KeyboardControllerFabricExample.app",
build:
"xcodebuild CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ -workspace ../FabricExample/ios/KeyboardControllerFabricExample.xcworkspace -scheme KeyboardControllerFabricExample -configuration Release -sdk iphonesimulator -derivedDataPath ../FabricExample/ios/build",
},
"example.android.debug": {
type: "android.apk",
binaryPath:
Expand Down Expand Up @@ -114,6 +121,10 @@ module.exports = {
device: "simulator17",
app: "example.ios.release",
},
"example-fabric.ios.sim-17.release": {
device: "simulator17",
app: "example-fabric.ios.release",
},
"example.ios.sim-18.debug": {
device: "simulator18",
app: "example.ios.debug",
Expand Down
4 changes: 3 additions & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
"test-example:android-28": "detox test --configuration example.android.emu-28.release --loglevel verbose --take-screenshots failing --record-videos failing --retries 2",
"test-example:android-31": "detox test --configuration example.android.emu-31.release --loglevel verbose --take-screenshots failing --record-videos failing --retries 2",
"build-example:ios": "detox build --configuration example.ios.sim-17.release",
"build-example-fabric:ios": "detox build --configuration example-fabric.ios.sim-17.release",
"test-example:ios-15": "detox test --configuration example.ios.sim-15.release --loglevel verbose --take-screenshots failing --record-videos failing --retries 2",
"test-example:ios-16": "detox test --configuration example.ios.sim-16.release --loglevel verbose --take-screenshots failing --record-videos failing --retries 2",
"test-example:ios-17": "detox test --configuration example.ios.sim-17.release --loglevel verbose --take-screenshots failing --record-videos failing --retries 2",
"test-example-fabric:ios-17": "detox test --configuration example-fabric.ios.sim-17.release --loglevel verbose --take-screenshots failing --record-videos failing --retries 2",
"test-example:ios-18": "detox test --configuration example.ios.sim-18.release --loglevel verbose --take-screenshots failing --record-videos failing --retries 2",
"test": "echo \"Error: no test specified\" && exit 1",
"detox-clean": "detox clean-framework-cache && detox build-framework-cache",
Expand All @@ -35,7 +37,7 @@
"@types/pngjs": "^6.0.1",
"async-retry": "^1.3.3",
"colors": "^1.4.0",
"detox": "20.31.0",
"detox": "20.36.0",
"jest": "^29",
"patch-package": "^8.0.0",
"pixelmatch": "^5.3.0",
Expand Down
Loading
Loading