Inheritance will allow us to write sub-tests with a minimum of configuration based on a single parent test. ## Inheritance Properties - Single Inheritance - Allowed only within a test config file (not across configs). - File order independent - Child attributes added will override parent attributes completely. - This includes lists; If a parent item is a list, it will be replaced entirely by anything specified in the child. Inheritance will come before test permutations are generated and after config validation.
Inheritance will allow us to write sub-tests with a minimum of configuration based on a single parent test.
Inheritance Properties
Inheritance will come before test permutations are generated and after config validation.