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):
It seems your test files are not executed by unit test runner. Currently tns test command always looking for test files under the app folder. If your test files are located in another location (this can happen when the project has .nsconfig file), unit test runner is not able to execute them.
We're working on fixing and improving this behavior.
I'm not sure if this will be enough to run the tests successfully but I can suggest you to modify your karma.config file. You need to change the following:
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
tns test android
andtns test ios
fails to complete due to socket timeout and transport error, respectively.On iOS:
On Android:
To Reproduce
Reproducible by creating a new project from template, and bootstrapping testing features.
Expected behavior
Should run sample test successfully.
Sample project
Not attaching since it's reproducible from a newly created project--happy to do so if needed.
Additional context
The text was updated successfully, but these errors were encountered: