Releases: triwav/roku-test-automation
Releases · triwav/roku-test-automation
v2.0.10
What's Changed
- Switch to using postman-request for generateScreenshot to work around bug in new version of vscode by @triwav in #144
Full Changelog: v2.0.9...v2.0.10
v2.0.9
What's Changed
- Add
field
to getValue and fix usage of field
on onFieldChangeOnce by @triwav in #143
Full Changelog: v2.0.8...v2.0.9
v2.0.8
What's Changed
- Debug logging displays the wrong month. by @jtuckerfubo in #141
- Update readme with contributing and getting help info, allow passing field to onFieldChangeOnce by @triwav in #142
New Contributors
Full Changelog: v2.0.7...v2.0.8
v2.0.6
What's Changed
- Add
createChild
and removeNode
request types, quit using success
in response for knowing if a request failed or not by @triwav in #138
Full Changelog: v2.0.5...v2.0.6
v2.0.5
What's Changed
- Switch to using split instead of tokenize for speed improvement by @triwav in #136
- Prevent incomplete requests from being handled by also checking string payload size in addition to binary size by @triwav in #137
Full Changelog: v2.0.4...v2.0.5
v2.0.4
Do not import path to avoid issues in vscode extension, remove filenamify, add unit tests for getTestTitlePath #135
v2.0.3
Fix socket bug introduced in Roku OS 13.0 #132
Add getRtaConfig to allow getting full config from components
Improve test screenshot file naming
v2.0.2
Add license and other small fixes #128
Rename unused args #126
Add createPackage and publish to RokuDevice to avoid parallel testing issues, pass deviceSelector from setupEnvironmentFromConfigFile #129
v2.0.1
Add retry logic for ECP requests, on failure return our own error to make it more clear what failed #123