'+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
'@It tests getVideosRealExample
'+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
'@Test basic test
'@Params["mp4", ["a", "b", "c"]]
'@Params["mp3", ["a", "b", "c", "d", "e"]]
function VMT__getVideosRealExample_basic(videoType, returnedJson) as void
getjsonMock = m.expectOnce(m.httpService, "getJson", [m.ignoreValue, videoType], returnedJson, true)
videos = m.module.getVideosRealExample(videoType)
m.AssertArrayContainsSubset(videos, returnedJson)
end function
Hi,
Hi guys!.
I'm trying to configure this framework in my project, Does anyone have any tutorial to do this?.
I'm blocked, I don't know what I need put in my makefile or manifest file.
Thanks.
I am also trying to integrate Rooibos and getting error
Error when loading plugin 'rooibos-roku': Error: Cannot find module 'brighterscript/dist/astUtils'
in bsconfig.json I added
{
"plugins": [
"rooibos-roku"
]
}
Am I Missing something. Anyone can suggest, would be grateful
Make sure brighterscript exists in node_modules folder. If not do `npm install brighterscript`. That should fix it
You probably need to install Brighterscript
We’re upgrading Roku Community to bring you a faster, more mobile-friendly experience. You may notice limited functionality or read-only access during this time. You will not be able to log in or post new comments or kudos during this time. Read more here.
Planned Downtime:
Community will be unavailable for up to 24–48 hours during the upgrade window during the week of May 12 and you may notice reduced functionality.
In the meantime, for additional assistance, visit our Support Site.
Thanks for your patience — we’re excited to share what’s next!