stryker-mutator / stryker-js

Mutation testing for JavaScript and friends
https://stryker-mutator.io
Apache License 2.0
2.59k stars 250 forks source link

Test runner for Roku channel development #1781

Closed ronenlh closed 3 years ago

ronenlh commented 5 years ago

Question

I'm trying to write a test runner for Roku channel development. The special challenge is that for the app to run, it needs to be packaged into a zip file and uploaded to the IP of the device. There are no emulators. The test results are only available in the device logs, accessed via Telnet/Netcat on the device's IP, and then processed with Regex tools.

Stryker environment

Mutation on BrightScript code will be done with a specialized brightscript-mutator plugin under development.

simondel commented 3 years ago

Hi! I'm closing this issue for now. A lot has changed with Stryker version 4. If you still wish to support this, could you open a new issue? Thanks!