Page MenuHomePhabricator

Restructure how test work with resource loader
Closed, ResolvedPublic

Description

Author: mdale

Description:
Right now the debugScripts module option is being abused for this purpose.

debugScripts option should probably be removed or made into an 'private' module option for the framework to add its logging code.

Testing should be registered in a consistent way so that a single entry point can run all the javascript tests. UploadWizard use of Janus is nice, but we need an integrated model and place to register tests.


Version: unspecified
Severity: enhancement

Details

Reference
bz26800

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:15 PM
bzimport set Reference to bz26800.

mdale wrote:

Note Neil added test/jasmin in r81122

mdale wrote:

*** This bug has been marked as a duplicate of bug 26908 ***