kotlin-dsl/unreal-engine-runner.xml [260:287]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                <param name="automation-project-path" dslName="project" type="string" mandatory="true">
                    <description>
                        The path (relative to the checkout directory) to the .uproject file.
                    </description>
                </param>
                <param name="automation-exec-command" dslName="execCommand" type="compound">
                    <description>
                        The automation exec command to run.
                    </description>
                    <option name="runAll" value="run-all">
                        <description>Runs all tests</description>
                    </option>
                    <option name="runFilter" value="run-filter">
                        <description>Specifies whether only tests tagged with the specific filter should be run.</description>
                        <param name="automation-tests-filter" dslName="filter" type="RunFilterType"/>
                    </option>
                    <option name="runTests" value="run-tests">
                        <description>Specifies whether only the selected tests should be run.</description>
                        <param name="automation-tests" dslName="tests">
                            <description>
                                The newline-delimited list of tests to run. Both full and partial hierarchical test names are supported.
                            </description>
                        </param>
                    </option>
                </param>
                <param name="automation-null-rhi" dslName="nullRHI" type="boolean" trueValue="true" falseValue="">
                    <description>
                        Specifies whether rendering is disabled. The default value is "true".
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



kotlin-dsl/unreal-engine-runner.xml [296:323]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                <param name="automation-project-path" dslName="project" type="string" mandatory="true">
                    <description>
                        The path (relative to the checkout directory) to the .uproject file.
                    </description>
                </param>
                <param name="automation-exec-command" dslName="execCommand" type="compound">
                    <description>
                        The automation exec command to run.
                    </description>
                    <option name="runAll" value="run-all">
                        <description>Runs all tests</description>
                    </option>
                    <option name="runFilter" value="run-filter">
                        <description>Specifies whether only tests tagged with the specific filter should be run.</description>
                        <param name="automation-tests-filter" dslName="filter" type="RunFilterType"/>
                    </option>
                    <option name="runTests" value="run-tests">
                        <description>Specifies whether only the selected tests should be run.</description>
                        <param name="automation-tests" dslName="tests">
                            <description>
                                The newline-delimited list of tests to run. Both full and partial hierarchical test names are supported.
                            </description>
                        </param>
                    </option>
                </param>
                <param name="automation-null-rhi" dslName="nullRHI" type="boolean" trueValue="true" falseValue="">
                    <description>
                        Specifies whether rendering is disabled. The default value is "true".
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



