Hello!
I have been developing an app for a month with Brightscript and Scenegraph and am really happy with Roku so far.
It is now a good time to unit test my app in order to make it as secure as it can be but I ran into a few issues.
Roku provides a Unit Test framework here which I am trying to use https://github.com/rokudev/unit-testing-framework
After trying I don't seem to be able to make their sample project work.
Here is what I have been doing :
1. Cloning the project at https://github.com/rokudev/unit-testing-framework
2. Go into samples/RSGTestsExample and run import_unit_test_framework.bat
3. Trying to sideload the sample, which doesn't work
I have tried zipping the file and uploading it through HTTP but Roku tells me there is a compilation problem.
Have also tried using the VSCode tools to side-load my app but they also highlight many files showing errors.
Am I missing something?
Thank your for your help.