Hi!
We’re trying to setup detox to pass our first E2E tests, following these steps:
https://pillow.codes/testing-in-react-native-jest-detox-d7b3b79a166a
One difference: we’re running the tests with jest.
Everything seems to be fine locally (I haven’t managed to get it fail even once, and we’ve tested it on different macs!), but on bitrise, jest (that we use to run detox tests) is timing out, then reporting this problem:
ReferenceError: device is not defined
at Object._callee3$ (jest.setup.js:15:1)
at tryCatch (node_modules/regenerator-runtime/runtime.js:63:29)
at Generator.invoke [as _invoke] (node_modules/regenerator-runtime/runtime.js:337:12)
at Generator.prototype.(anonymous function) [as next] (node_modules/regenerator-runtime/runtime.js:96:13)
at tryCatch (node_modules/regenerator-runtime/runtime.js:63:29)
at invoke (node_modules/regenerator-runtime/runtime.js:139:12)
at node_modules/regenerator-runtime/runtime.js:184:1
at tryCallTwo (node_modules/promise/lib/core.js:45:1)
at doResolve (node_modules/promise/lib/core.js:200:9)
at new Promise (node_modules/promise/lib/core.js:66:1)
at callInvokeWithMethodAndArg (node_modules/regenerator-runtime/runtime.js:183:8)
at AsyncIterator.enqueue [as _invoke] (node_modules/regenerator-runtime/runtime.js:206:1)
at AsyncIterator.prototype.(anonymous function) [as next] (node_modules/regenerator-runtime/runtime.js:96:13)
at Object.<anonymous>.runtime.async (node_modules/regenerator-runtime/runtime.js:226:6)
On example build:
Should I also include our bitrise.yml?
I’ve even included a step to manually start the simulator, without any luck.
Is there anyone else experiencing a similar issue?
at Object._callee3 (jest.setup.js:14:58)