You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: 8.1.1
Cross-platform modules:
Android Runtime:
iOS Runtime:
XCode Version:
Plugin(s):
Describe the bug
Running ns test android results in the error
TypeError: Cannot read property 'hostname' of null
at HttpClient.<anonymous> (C:\Users\jcassidy\AppData\Roaming\npm\node_modules\nativescript\lib\common\http-client.js:77:44)
at Generator.next (<anonymous>)
at fulfilled (C:\Users\jcassidy\AppData\Roaming\npm\node_modules\nativescript\lib\common\http-client.js:5:58)
at processTicksAndRejections (internal/process/task_queues.js:97:5)```
Also when this is fixed running tests results in an error because the socket.io is not downloaded and saved correctly.
To Reproduce
execute ns test android on a project with tests configured that worked with cli 8.02.
Expected behavior
Tests should execute.
Sample project
Additional context
The text was updated successfully, but these errors were encountered:
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
Running ns test android results in the error
Also when this is fixed running tests results in an error because the socket.io is not downloaded and saved correctly.
To Reproduce
execute
ns test android
on a project with tests configured that worked with cli 8.02.Expected behavior
Tests should execute.
Sample project
Additional context
The text was updated successfully, but these errors were encountered: