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
I initalized tests using tns test init using jasmine. After running tns test android, in the browser the header shows test: loading and it doesn't appear to load any test files in the network tab. The mobile app that's launched on my emulator shows no tests. I did not make any modifications to the version of the dependencies or to the generated karma.conf.js. There were no errors in the logs.
To Reproduce
Run tns test init and select jasmine
Run tns test android, it launches the app with no tests displayed. In the browser, it displays test:loading
Expected behavior
My unit tests to be displayed and their status.
The text was updated successfully, but these errors were encountered:
I found the cause of this problem for me was running the test under a network proxy, which prevented the context.json files from loading. Disabling the proxy fixed the error. Upgrading to unit-test-runner 3.0.4 revealed the context.json error in the console.
Environment
Describe the bug
I initalized tests using
tns test init
using jasmine. After runningtns test android
, in the browser the header showstest: loading
and it doesn't appear to load any test files in the network tab. The mobile app that's launched on my emulator shows no tests. I did not make any modifications to the version of the dependencies or to the generatedkarma.conf.js
. There were no errors in the logs.To Reproduce
Run
tns test init
and select jasmineRun
tns test android
, it launches the app with no tests displayed. In the browser, it displaystest:loading
Expected behavior
My unit tests to be displayed and their status.
The text was updated successfully, but these errors were encountered: