https://bugzilla.wikimedia.org/show_bug.cgi?id=44299
--- Comment #3 from Krinkle <[email protected]> --- Asserting that modules load without errors is trivial to implement in QUnit. That's the cheapest, most reliable and appropiate way to test it. No need to do this from Selenium (which would do it only from qa-browsertests right now, instead of in the unit tests). See also: https://www.mediawiki.org/wiki/Continuous_integration/Workflow_specification#High_level_overview You might want to focus on running the QUnit test suite occasionally in browsers, aside from the Selenium integration tests. Also, to clarify, there is no such thing as a TestSwarm test. TestSwarm, with all its glory, is just a dum tool that distributes a QUnit suite as html file to a bunch of browsers and distributes the tests. Having said that, TestSwarm is on the roadmap, but it's not really relevant here, nor is Selenium imho. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
