webdriver_test_tools.config.projectfiles module

class webdriver_test_tools.config.projectfiles.ProjectFilesConfig[source]

Bases: object

Configurations 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-yaml flag is specified. If False, just generate .py files for all prototypes unless the --yaml flag is specified.