0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 12:09:27 +08:00
discourse/docs
Sérgio Saquetim 0782a86145
DEV: Add literal and regex filter modes to bin/qunit
`--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.
2026-07-22 09:37:05 -03:00
..
developer-guides DEV: Add literal and regex filter modes to bin/qunit 2026-07-22 09:37:05 -03:00
ADMIN-QUICK-START-GUIDE.md fix emojis (#34411) 2025-08-19 11:25:20 +02:00
AUTHORS.md HTTPSify links (#7046) 2019-02-22 16:29:27 +01:00
code-of-conduct.md
INSTALL-cloud.md DOCS: Mention updated plan names in INSTALL-cloud.md (#41618) 2026-07-14 16:48:46 +05:30
INSTALL-email.md DOCS: Update Brevo's SMTP config (#38770) 2026-03-24 09:09:07 +01:00
INSTALL.md DOCS: amend documented required PostgreSQL version (#37931) 2026-02-24 17:20:04 +11:00
PLUGINS.md UX: update category references in documentation to match meta changes (#41263) 2026-06-29 11:33:49 -04:00
SECURITY.md FEATURE: Increase pbkdf2 iterations to 600k (#20981) 2023-04-11 11:56:20 +01:00
TESTING.md