Skip to content

Commit cfbdef6

Browse files
Rename e2e folder
1 parent 41975ff commit cfbdef6

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed
File renamed without changes.
File renamed without changes.

InstabugSample/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
]
3131
},
3232
"detox": {
33+
"test-runner": "jest",
34+
"runner-config": "__e2e__/config.json",
3335
"configurations": {
3436
"ios.sim.debug": {
3537
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/InstabugSample.app",
@@ -43,7 +45,6 @@
4345
"type": "ios.simulator",
4446
"name": "iPhone X"
4547
}
46-
},
47-
"test-runner": "jest"
48+
}
4849
}
4950
}

0 commit comments

Comments
 (0)