Arthur Bueno
Arthur Bueno
any solution?
any solution? same here, when I install the app, a lot of popups show to allow the permission. I removed the androidPermissions in RNCallKeep options, but still the same.
+1, would be nice.
> What's in your e2e/jest.config.js? ```` /** @type {import('@jest/types').Config.InitialOptions} */ module.exports = { preset: 'ts-jest', rootDir: '..', testMatch: ['/e2e/**/*.test.ts'], testTimeout: 120000, maxWorkers: 1, globalSetup: 'detox/runners/jest/globalSetup', globalTeardown: 'detox/runners/jest/globalTeardown', reporters: ['detox/runners/jest/reporter'], testEnvironment:...
````` 21:28:44.165 detox[76126] B jest --config e2e/jest.config.js --showConfig { "configs": [ { "automock": false, "cache": true, "cacheDirectory": "/private/var/folders/z3/rplvj9fj7llgzt9l8gv5sb1w0000gn/T/jest_dx", "clearMocks": false, "collectCoverageFrom": [], "coverageDirectory": "/Users/arthur/Dev/getahead-frontend/coverage", "coveragePathIgnorePatterns": [ "/node_modules/" ], "cwd": "/Users/arthur/Dev/getahead-frontend",...
@noomorph my workaround is to disable detox tests while running jest, and run after jest is completed. I'm using a lot of libraries, one of them is "blocking" the detox....