nightwatchjs / mobile-helper-tool

Easily setup all the requirements needed to get started with mobile-testing using Nightwatch.
https://nightwatch.org
5 stars 14 forks source link

Document Android SDK commands #20

Open garg3133 opened 9 months ago

garg3133 commented 9 months ago

Document important Android SDK commands which can be used by users after setting up an Android Emulator environment using this tool to install additional requirements, including but not limited to:

All the above tasks can be taken up independently.

The docs can be put together in a docs folder, with each task above in a separate file.

Biki-das commented 9 months ago

@garg3133 i want to pick this up.

garg3133 commented 9 months ago

Sure @Biki-das, let us know here which one you'd like to pick and you can start working on documenting that part of the issue.

SanjayDevTech commented 9 months ago

@garg3133 Hi I could take this "Installing an application from APK" task and documenting it.

garg3133 commented 9 months ago

@SanjayDevTech Sure, go ahead!

An-Yay commented 9 months ago

@garg3133 i'd like to pick up "Install system-images of additional Android versions"

garg3133 commented 9 months ago

@An-Yay Cool

An-Yay commented 9 months ago

To add the sdk commands, should i be creating a docs folder in the main repo?

garg3133 commented 9 months ago

@An-Yay Sure.

An-Yay commented 9 months ago

@garg3133 i'd like to pick up Connecting real devices using adb wirelessly next thanks

SanjayDevTech commented 9 months ago

@garg3133 Raised PR #31 for 3rd task: Installing an application from APK

itsspriyansh commented 9 months ago

@garg3133 Can I have this assigned: Connecting real devices using adb wirelessly?

garg3133 commented 8 months ago

@itsspriyansh Sure, please go ahead!

itsspriyansh commented 8 months ago

@garg3133 Can I start right away or shall I keep this issue on hold until we have created full functionality for wireless adb connection including connecting, disconnecting and listing paired devices?

garg3133 commented 8 months ago

@itsspriyansh The idea here is to atleast have everything documented, because it might take time to get the actual features ready. So yes, you can start right away.

This particular issue is meant for writing docs using the Android SDKs directly (using adb pair and adb connect command in your case), and not using the features that are to be implemented in the mobile-helper tool. When the features are ready in the tool itself, we can add separate usage docs in the README itself.

itsspriyansh commented 8 months ago

@garg3133 I have raised a pull request #35

AyishikD commented 2 months ago

@garg3133 As I see the Starting/stopping emulator and related works are not taken by others can I create documentation on that.

garg3133 commented 2 months ago

@AyishikD That's already done in #38 (updated the issue description); for others, PRs are already open. Thanks though.