webdriver_test_tools.config.projectfiles module¶
-
class
webdriver_test_tools.config.projectfiles.ProjectFilesConfig[source]¶ Bases:
objectConfigurations for generated project files
-
ENABLE_PAGE_OBJECT_YAML= True¶ The default YAML parsing setting to use when creating page objects with the
new page. If True, generate .py and .yml files for supported prototype by default unless the--no-yamlflag is specified. If False, just generate .py files for all prototypes unless the--yamlflag is specified.
-