headspinio / appium-tizen-tv-driver

A Samsung Tizen TV driver for Appium
Apache License 2.0
11 stars 2 forks source link

feat(tizen-remote): use per-host token storage #366

Closed boneskull closed 1 year ago

boneskull commented 1 year ago

BREAKING CHANGE: Uses a new scheme for token storage. Instead of a single JSON file, we use one file per device. This will break existing token stores. Also, the name option of the TizenRemote constructor is no longer recognized.

This replaces the bespoke token cache with the @appium/strongbox package. As such, it mitigates the need for lockfiles.


The build should fail until appium/appium#18480 is merged and released.

boneskull commented 1 year ago

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.