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.

Home Page:http://docs.testvagrant.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Balhindi opened this issue · comments

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.

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

_100 is taken from 192.168.1.100.

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