7 lines
400 B
Python
7 lines
400 B
Python
from page_classes.training_count_statistics_page_class import TrainingsCountStatisticsPage
|
|
|
|
from page_classes.page_class_constants import REPORT_CONFIGS
|
|
from page_classes.authentication_page_wrapper import AuthenticationPageWrapper
|
|
|
|
auth_wrapper = AuthenticationPageWrapper(inner_report_page=TrainingsCountStatisticsPage, report_config=REPORT_CONFIGS[TrainingsCountStatisticsPage])
|
|
auth_wrapper.run() |