Advertisement
GuiCavi

Untitled

Jul 10th, 2018
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. Verify tests are up
  2. detox info 12:14:57: server listening on localhost:49300...
  3. detox info 2: Searching for device matching iPhone 7...
  4. detox info 5: Booting device 923035AA-8378-47FE-A4FE-CE5205AF323C
  5. detox info 7: Uninstalling com.PROJECT_NAME.PROJECT_NAME...
  6. detox info 7: com.PROJECT_NAME.PROJECT_NAME uninstalled
  7. detox info 8: Installing /Users/vagrant/git/ios/build/Build/Products/Debug-iphonesimulator/PROJECT_NAME.app...
  8. detox info 8: /Users/vagrant/git/ios/build/Build/Products/Debug-iphonesimulator/PROJECT_NAME.app installed
  9. detox info 9: Terminating com.PROJECT_NAME.PROJECT_NAME...
  10. detox info 9: com.PROJECT_NAME.PROJECT_NAME terminated
  11. detox info 10: Trying to set permissions...
  12. detox info 10: Permissions are set
  13. detox info 11: Launching com.PROJECT_NAME.PROJECT_NAME...
  14. detox info 11: com.PROJECT_NAME.PROJECT_NAME launched. The stdout and stderr logs were recreated, you can watch them with:
  15. tail -F $HOME/Library/Developer/CoreSimulator/Devices/923035AA-8378-47FE-A4FE-CE5205AF323C/data/tmp/detox.last_launch_app_log.{out,err}
  16. 1) "before all" hook
  17. 0 passing (2m)
  18. 1 failing
  19. 1) Verify tests are up
  20. "before all" hook:
  21. 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)
  22.  
  23. detox info 12: Shutting down 923035AA-8378-47FE-A4FE-CE5205AF323C...
  24. detox info 12: 923035AA-8378-47FE-A4FE-CE5205AF323C shut down
  25. child_process.js:644
  26. throw err;
  27. ^
  28. Error: Command failed: node_modules/.bin/mocha e2e --opts e2e/mocha.opts --configuration ios.sim.debug --cleanup --grep :android: --invert
  29. at checkExecSyncError (child_process.js:601:13)
  30. at Object.execSync (child_process.js:641:13)
  31. at runMocha (/Users/vagrant/git/node_modules/detox/local-cli/detox-test.js:114:6)
  32. at run (/Users/vagrant/git/node_modules/detox/local-cli/detox-test.js:75:7)
  33. at Object.<anonymous> (/Users/vagrant/git/node_modules/detox/local-cli/detox-test.js:181:1)
  34. at Module._compile (module.js:652:30)
  35. at Object.Module._extensions..js (module.js:663:10)
  36. at Module.load (module.js:565:32)
  37. at tryModuleLoad (module.js:505:12)
  38. at Function.Module._load (module.js:497:3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement