I'm implementing https://github.com/siedi/webpagetest-influxdb .While running the run-tests.sh shell script which takes URL(of a web page) as a a parameter and i want to pass a text file which takes login information.
As mentioned in - https://sites.google.com/a/webpagetest.org/docs/advanced-features/webpagetest-batch-processing-command-line-tool ,i tried to write my URL to an external file and used --urlfile=/foo/urls.txt (like sh run-tests.sh --urlfile=/foo/urls.txt) which is in Python.
Above method in SH is not seem to be working
Can anyone help me on how can i pass these two files along with sh command if its possible.