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
Hi,
There is an issue when working with native script test framework:
after running tests with 'tns test android' running 'tns build/run android' will use the apk with the embedded test runner and not update to be without it.
This is an issue with CI normal flow as you would expect it to first run tests and then build apk.
Thanks
Copied from original issue: NativeScript/docs#949
The text was updated successfully, but these errors were encountered:
Hi @souly1,
Thank you for reporting this issue,
Indeed this is a valid problem and it is logged here in the more general case. In the issue is described a new feature, which will allow ignoring files from the build. Please keep track on the other issue for further info, where you could also leave your comment.
From @souly1 on October 26, 2017 8:13
Hi,
There is an issue when working with native script test framework:
after running tests with 'tns test android' running 'tns build/run android' will use the apk with the embedded test runner and not update to be without it.
This is an issue with CI normal flow as you would expect it to first run tests and then build apk.
Thanks
Copied from original issue: NativeScript/docs#949
The text was updated successfully, but these errors were encountered: