QGIS/tests/test_report_header.html
Nyall Dawson 97a8d013b8 Add optional input on the html test report to allow setting
the path to the local QGIS git folder

When set, update all paths in the report to correspond to this
git folder. This allows the test reports downloaded from github
to be easily updated to point to local git checkouts, instead
of the hardcoded git paths from the github workflow.
2023-10-10 17:26:41 +10:00

8 lines
217 B
HTML

<h1>Test results</h1>
<h3>Settings</h3>
<table>
<tr><td>Local QGIS git folder</td><td>
<input type="search" id="localGitFolder" placeholder="(default)" size="100" oninput="updateLocalGitFolder()">
</td></tr>
</table>