mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
1312 e2e experiments (#1320)
* Bump detox * Update detox * Disable one test for now * Bump detox * Increase test timeouts * Collect more logs * Increase run timeout * Comment * Increase timeout * Replace password autofill workaround * Move workaround after launchApp * Upgrade github actions workflows * Forgot one action * Update test.yml * Testing concurrency * Use concurrency for e2e as well * Remove previous concurrency code * Testing different Slack action * Change slack msg * Try different msg * Revert "Try different msg" This reverts commitddaad331d1. * Revert "Change slack msg" This reverts commit852204b074. * Revert "Testing different Slack action" This reverts commitfb072e65e3. * Testing some more notify * Testing notification * Revert "Testing notification" This reverts commit974dfcb32f. * Revert "Testing some more notify" This reverts commit39b3d668e2.
This commit is contained in:
@@ -13,6 +13,10 @@ module.exports = {
|
||||
config: "e2e/jest.config.js",
|
||||
_: ["e2e"],
|
||||
},
|
||||
jest: {
|
||||
setupTimeout: 900000,
|
||||
teardownTimeout: 900000,
|
||||
},
|
||||
},
|
||||
apps: {
|
||||
"ios.debug": {
|
||||
|
||||
Reference in New Issue
Block a user