Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add javascript wrappers over Settings App APIs #131

Merged
merged 3 commits into from
Jan 9, 2024

Conversation

mykola-mokhnach
Copy link
Contributor

The next step would be to switch clients to use calls from this module rather than appium-adb.
Eventually the duplicated stuff will be deprecated and cut-off from the latter, so this module would be the only owner of the functionality related to it.

Copy link
Member

@KazuCocoa KazuCocoa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe lg, test code will be later? (It looks like some code copied from appium-adb has test code in the appium-adb)

@mykola-mokhnach
Copy link
Contributor Author

Maybe lg, test code will be later? (It looks like some code copied from appium-adb has test code in the appium-adb)

I only add unit tests where necessary. Functional tests are not very stable :(
Would you have some time later to apply the same changes here you do for appium-adb, since only this module will remain the future?

@KazuCocoa
Copy link
Member

Would you have some time later to apply the same changes here you do for appium-adb

Yes, of course

I thought some of unit tests in test/unit/adb-commands-specs.js also can be copied. I'll copy if I find unit tests that tests the copied methods later as well

@mykola-mokhnach mykola-mokhnach merged commit bd56d5e into appium:master Jan 9, 2024
7 checks passed
@mykola-mokhnach mykola-mokhnach deleted the js_wrapper branch January 9, 2024 18:18
github-actions bot pushed a commit that referenced this pull request Jan 9, 2024
## [5.4.0](v5.3.1...v5.4.0) (2024-01-09)

### Features

* Add javascript wrappers over Settings App APIs ([#131](#131)) ([bd56d5e](bd56d5e))

### Bug Fixes

* Add missing packages ([#132](#132)) ([7d3015a](7d3015a))

### Miscellaneous Chores

* **deps:** bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 ([#130](#130)) ([ae96723](ae96723))
Copy link

github-actions bot commented Jan 9, 2024

🎉 This PR is included in version 5.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants