make screenshots

This commit is contained in:
Ivan Vazhenin
2022-09-28 20:53:40 +03:00
parent 25a79ed807
commit 201b660077
4 changed files with 93 additions and 9 deletions

View File

@@ -23,13 +23,13 @@ def driver():
def pytest_addoption(parser):
"""Command line parser."""
parser.addoption(f'--{Config.BASE_URL}',
default='https://s57.ivazh.ru/styles/r14/#12.13/71.2832/72.13405',
default='https://s57map.ivazh.ru/',
dest=Config.BASE_URL,
action='store',
metavar='str',
help='Environment for run tests.')
parser.addoption(f'--{Config.STAGING}',
default='s57.ivazh.ru',
default='s57map.ivazh.ru',
dest=Config.STAGING,
action='store',
metavar='str',