Skip to content

livesync not working with command tns test android #4914

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
miroslavaivanova opened this issue Jul 30, 2019 · 1 comment
Closed

livesync not working with command tns test android #4914

miroslavaivanova opened this issue Jul 30, 2019 · 1 comment

Comments

@miroslavaivanova
Copy link
Contributor

Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

  • CLI: 6.0.2.
  • Android Runtime: 6.0.0
  • karma-webpack: 3.0.5

Describe the bug
Run the app and make a change in tests/example.js. You will see: Unable to apply changes for device: emulator-5554. Error is: Socket connection timed out.. and new change is missing.

To Reproduce

  1. tns create appJS --js
  2. tns test init
  3. add console.log() in tests/example.js
  4. tns test android
  5. add new console.log() in tests/example.js
    You will see: No captured browser, open http://localhost:9876/
    Unable to apply changes for device: emulator-5554. Error is: Socket connection timed out..
    after that console.log will miss

Expected behavior
working properly

@jasonstcyr
Copy link

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants