https://bugzilla.wikimedia.org/show_bug.cgi?id=43222

--- Comment #14 from Matthew Flaschen <mflasc...@wikimedia.org> ---
Generally we have parser tests, which you've already seen, PHPUnit tests (can
be used for unit or integration tests on server), QUnit (JavaScript unit
tests), and Cucumber for integration tests (testing the overall user experience
through the web browser).

Probably, PHPUnit would be most important for your stuff, but if you want to
add some QUnit or Cucumber, that would be a bonus, particularly for the MathJax
stuff.

See https://www.mediawiki.org/wiki/PHPUnit,
https://www.mediawiki.org/wiki/QUnit and
https://www.mediawiki.org/wiki/Cucumber

I've done a lot of QUnit here, and some PHPUnit, so I can definitely help with
those.  I'm working on a Cucumber test right now, but I haven't committed
anything yet.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to