You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings from the AppetizerIO team, a mobile test automation platform software.
We love adbkit and have had a long history using it.
We also have a decaffeination progress here: https://github.com/appetizerio/adbkit-decaf . And thanks very much for taking the lead. As our progress is much behind, we would like to switch to the ts version and contribute some of our internal patches/workarounds to the new mainstream:
add kill-forward command. #60: add the missing kill-forward command under host-serial, which corresponds to the adb forward --remove feature
replace the node-forge with node-rsa, as forge itself is heavy and transitively depends on many stuff, like jquery. Internally, we've replaced it with node-rsa that saves a lot after webpack-ed.
add a set of convenience helper functions based on the adb client, such as clearAppData, isAppInstalled, etc.
Greetings from the AppetizerIO team, a mobile test automation platform software.
We love adbkit and have had a long history using it.
We also have a decaffeination progress here: https://github.com/appetizerio/adbkit-decaf . And thanks very much for taking the lead. As our progress is much behind, we would like to switch to the ts version and contribute some of our internal patches/workarounds to the new mainstream:
kill-forward
command under host-serial, which corresponds to theadb forward --remove
featurenode-forge
withnode-rsa
, as forge itself is heavy and transitively depends on many stuff, like jquery. Internally, we've replaced it withnode-rsa
that saves a lot after webpack-ed.This issue will be updated to bookkeep related PRs.
The text was updated successfully, but these errors were encountered: