I am trying to find out how can I read from a file, for example test environment. The file contains:
test_env1 = "http://test.com"
test_env2 = "http://test2.com"1
Is possible to read from this file for test_env1
to visit the assigned URL.
I am trying to find out how can I read from a file, for example test environment. The file contains:
test_env1 = "http://test.com"
test_env2 = "http://test2.com"1
Is possible to read from this file for test_env1
to visit the assigned URL.