We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The statement ENV['DEVICE_INFO'] works fine in command line. But how can I get the device details at run time in my Ruby step definition?
Any tips on the usage will be helpful.
The text was updated successfully, but these errors were encountered:
the same ENV['DEVICE_INFO'] variable will give device details during run time. each parallel run will set different value for ENV['DEVICE_INFO']
Sorry, something went wrong.
I forgot to add the information in my actual post.
I have tried the same and it returns ab empty value. Any guess on what I might be missing? On 10-Feb-2016 10:05 pm, "Rajdeep" [email protected] wrote:
the same ENV['DEVICE_INFO'] variable will give device details during run time. each parallel run will set different value for ENV['DEVICE_INFO'] — Reply to this email directly or view it on GitHub #19 (comment) .
— Reply to this email directly or view it on GitHub #19 (comment) .
Can you please give more details? your command, console output , code snippet etc?
No branches or pull requests
The statement ENV['DEVICE_INFO'] works fine in command line. But how can I get the device details at run time in my Ruby step definition?
Any tips on the usage will be helpful.
The text was updated successfully, but these errors were encountered: