tvarchive / optimusTemplate

This is a cucumber jvm implementation template using the optimus mobile automation framework. If you like it, star it, help spread the word.
http://docs.testvagrant.com
66 stars 23 forks source link

Question: In the report for the completed tests is there a way that we can Custom name the device UDID? #45

Closed Balhindi closed 5 years ago

Balhindi commented 5 years ago

Untitled

In here I want to see if I can change that Device name to something more readable? For example one of the devices is connected to a debug board and uses the IP address 192.168.1.100 and instead of calling it that it just says "Emulator_100".

Thank you.

KrishnB commented 5 years ago

This was done for readability purpose, we had masked ip address with custom name

KrishnB commented 5 years ago

_100 is taken from 192.168.1.100.

Balhindi commented 5 years ago

Can you point me to the Class that is in Optimus where I can choose if I want a custom name added? Thank you.