first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from page_classes.home_page_class import HomePage
|
||||
from page_classes.page_class_constants import REPORT_CONFIGS
|
||||
from page_classes.authentication_page_wrapper import AuthenticationPageWrapper
|
||||
|
||||
auth_wrapper = AuthenticationPageWrapper(inner_report_page=HomePage, report_config=REPORT_CONFIGS[HomePage])
|
||||
auth_wrapper.run()
|
||||
Reference in New Issue
Block a user