Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Verify tests are up
- detox info 12:14:57: server listening on localhost:49300...
- detox info 2: Searching for device matching iPhone 7...
- detox info 5: Booting device 923035AA-8378-47FE-A4FE-CE5205AF323C
- detox info 7: Uninstalling com.PROJECT_NAME.PROJECT_NAME...
- detox info 7: com.PROJECT_NAME.PROJECT_NAME uninstalled
- detox info 8: Installing /Users/vagrant/git/ios/build/Build/Products/Debug-iphonesimulator/PROJECT_NAME.app...
- detox info 8: /Users/vagrant/git/ios/build/Build/Products/Debug-iphonesimulator/PROJECT_NAME.app installed
- detox info 9: Terminating com.PROJECT_NAME.PROJECT_NAME...
- detox info 9: com.PROJECT_NAME.PROJECT_NAME terminated
- detox info 10: Trying to set permissions...
- detox info 10: Permissions are set
- detox info 11: Launching com.PROJECT_NAME.PROJECT_NAME...
- detox info 11: com.PROJECT_NAME.PROJECT_NAME launched. The stdout and stderr logs were recreated, you can watch them with:
- tail -F $HOME/Library/Developer/CoreSimulator/Devices/923035AA-8378-47FE-A4FE-CE5205AF323C/data/tmp/detox.last_launch_app_log.{out,err}
- 1) "before all" hook
- 0 passing (2m)
- 1 failing
- 1) Verify tests are up
- "before all" hook:
- Error: Timeout of 120000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/Users/vagrant/git/e2e/tests.spec.js)
- detox info 12: Shutting down 923035AA-8378-47FE-A4FE-CE5205AF323C...
- detox info 12: 923035AA-8378-47FE-A4FE-CE5205AF323C shut down
- child_process.js:644
- throw err;
- ^
- Error: Command failed: node_modules/.bin/mocha e2e --opts e2e/mocha.opts --configuration ios.sim.debug --cleanup --grep :android: --invert
- at checkExecSyncError (child_process.js:601:13)
- at Object.execSync (child_process.js:641:13)
- at runMocha (/Users/vagrant/git/node_modules/detox/local-cli/detox-test.js:114:6)
- at run (/Users/vagrant/git/node_modules/detox/local-cli/detox-test.js:75:7)
- at Object.<anonymous> (/Users/vagrant/git/node_modules/detox/local-cli/detox-test.js:181:1)
- at Module._compile (module.js:652:30)
- at Object.Module._extensions..js (module.js:663:10)
- at Module.load (module.js:565:32)
- at tryModuleLoad (module.js:505:12)
- at Function.Module._load (module.js:497:3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement