TIL about testing your android directly with Chrome Devtools
POSTED ON:
Web developers have a nice Chrome DevTools to do work in.
But native testing is ideal.
Fortunately, it's pretty to set up for Android Phones.
(Can't say the same for iOS)
- I plugged my phone directly into my Win10 computer.
- I turned on Developer Mode on my Phone.
- I went to
chrome://inspect#devices.
- Boom - phone was synced to and any changes I made in Devtools appeared in my phone.
REF:
https://developers.google.com/web/tools/chrome-devtools/remote-debugging
Related TILs
Tagged: testing