mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 12:09:27 +08:00
`--filter` now performs a strictly literal, case-insensitive match against "module: test name" so pipes and other regex metacharacters are treated literally, while a new `--filter-regex` accepts an explicit JavaScript regular expression; both travel in the conventional QUnit `filter` query parameter alongside a `discourseTestFilterMode` marker so existing URL behavior is preserved, and combining the two flags or passing an invalid pattern fails with a clear error. The writing-js-tests skill, AI agent guide, `bin/qunit --help`, and "Run test suites" guide are updated to match. |
||
|---|---|---|
| .. | ||
| developer-guides | ||
| ADMIN-QUICK-START-GUIDE.md | ||
| AUTHORS.md | ||
| code-of-conduct.md | ||
| INSTALL-cloud.md | ||
| INSTALL-email.md | ||
| INSTALL.md | ||
| PLUGINS.md | ||
| SECURITY.md | ||
| TESTING.md | ||