veeta-tv / jasmine-roku

Example jasmine tests using node-roku-test for verifying Roku channel behavior

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to sideload and write test for some of the channels on to roku

prachit77 opened this issue · comments

Thank you so much for the reply. I appreciate it. I am newbie to jasmine testing. I found and have got basic knowledge of jasmine as of now.

My concern is I am suppose to write some test cases for the some of the channels on to roku. I have the repository and maually I just sideload an test it on the TV. How do I do the same thing for automation using jasmine.

Look at the instructions on the README.md.

Once you have that example channel loading up and tests pass, you can edit https://github.com/veeta-tv/jasmine-roku/blob/master/spec/example-spec.js to load your own channel zip file. See the line:

var channelZipFile = __dirname + '/testchannel/jasmine-test-channel.zip';