Skip to content

Releases: triwav/roku-test-automation

v2.0.10

19 Sep 14:01
Compare
Choose a tag to compare

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

05 Sep 21:15
Compare
Choose a tag to compare

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

05 Sep 14:11
Compare
Choose a tag to compare

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.7

08 May 13:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.6...v2.0.7

v2.0.6

22 Apr 18:28
Compare
Choose a tag to compare

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

08 Apr 21:38
Compare
Choose a tag to compare

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

27 Mar 12:52
Compare
Choose a tag to compare

Do not import path to avoid issues in vscode extension, remove filenamify, add unit tests for getTestTitlePath #135

v2.0.3

22 Mar 12:58
Compare
Choose a tag to compare

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

28 Feb 20:57
Compare
Choose a tag to compare

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

05 Jan 18:43
Compare
Choose a tag to compare

Add retry logic for ECP requests, on failure return our own error to make it more clear what failed #123