aboutsummaryrefslogtreecommitdiffstats
path: root/tests/runner/createTestServer.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Migrate test runner to jquery-test-runnerTimmy Willison2025-01-141-66/+0
| | | Closes gh-2325
* Build: Fix an XSS in the test server HTML serving logicMichał Gołębiowski-Owczarek2024-10-281-1/+1
| | | | | | | | | | | The test server has a rule for `/tests/unit/*/*.html` paths that serves a proper local file. However, the parameters after `/unit/` so far accepted many characters that have special meaning, leading to possibly reading a file from outside of the Git repository. Fix that by only accepting alphanumeric characters, `-` or `_`. This should resolve one CodeQL alert. Closes gh-2309
* Tests: align test runner with other reposTimmy Willison2024-04-091-1/+1
| | | Close gh-2234
* Tests: replace grunt-contrib-qunit with jQuery test runnerTimmy Willison2024-03-291-0/+66
- add filestash workflow Close gh-2221