diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-05-22 21:50:41 +0200 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-05-22 21:50:41 +0200 |
commit | 4bd7f6855df9fd08443d1bed681338cc7c4b89c7 (patch) | |
tree | 8ee8cb1a7c6211fa33826bd3d7f30e3178608ce3 /selenium | |
parent | 7ab0717491dc2ef181a38e3acea18a91dafcc165 (diff) |
print baseurl in selenium test
Diffstat (limited to 'selenium')
-rw-r--r-- | selenium/test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/selenium/test.py b/selenium/test.py index a3d4f5fe9..c5712dd9e 100644 --- a/selenium/test.py +++ b/selenium/test.py @@ -222,6 +222,7 @@ parser = argparse.ArgumentParser() parser.add_argument('--ext', help="packed extension (.crx file)", metavar="CRX", type=str, dest="ext", required=True) parser.add_argument('--remote', help="Whether the test is to be run against URI, or locally", metavar="URI", type=str, dest="remote") args = parser.parse_args() +logger.info("testing against " + taler_baseurl) logger.info("Getting extension's ID..") ret = client_setup(args) logger.info("Creating the browser driver..") |