make screenshots
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user