This is an Stb-tester test-pack suitable for running on the Stb-tester Platform.
Tests are Python functions in files under the tests/
directory. See
tests/roku.py
for some examples — feel free to delete it once you have
written your own tests.
See Getting Started in the Stb-tester manual for more help.
Changes to the stbt
core Python API are version-controlled. You can specify
the version you want to use in config/stbt.conf
. See
test_pack.stbt_version
in the the Stb-tester manual's
Configuration Reference.
We generally expect that upgrading to new versions will be safe; we strive to maintain backwards compatibility. But there may be some edge cases that affect some users, so this mechanism allows you to upgrade in a controlled manner, and to test the upgrade on a branch first. Any incompatible changes are documented in the Release notes.