learnroku / crash-course

This course is intended to quickly get you up to speed on Roku SceneGraph. It's aimed at an audience of developers who are familiar with streaming video applications but are unfamiliar with Roku.
147 stars 61 forks source link

In case you want some information on testing frameworks for roku development #7

Closed georgejecook closed 5 years ago

georgejecook commented 5 years ago

I put a lot of effort into making a top-tier mocha-inspired unit test framework for Roku, with examples, rich documentation and a couple of hours of video training.

I personally think it makes development way easier and more efficient (hence investing 150+ hours into it), so it might be that even new developers benefit from knowing about it.

https://github.com/georgejecook/rooibos

timbeynart-nbcuni commented 5 years ago

Cool. I no longer develop Roku apps but I'll spread the word. Thanks!