r92746 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92745‎ | r92746 | r92747 >
Date:12:19, 21 July 2011
Author:hashar
Status:ok
Tags:
Comment:
minor documentations addendums
Modified paths:
  • /branches/hashar/node-qunit/tests/qunit/README (modified) (history)

Diff [purge]

Index: branches/hashar/node-qunit/tests/qunit/README
@@ -1,10 +1,18 @@
2 -You will need node.js
3 -See a basic guide at http://www.mediawiki.org/wiki/User:Hashar/cli-js
 2+To run this test suite from the commande line, you will need node.js.
 3+See a basic guide about installing it at:
 4+ http://www.mediawiki.org/wiki/User:Hashar/cli-js
45
 6+You will also need the following modules:
 7+ - jquery
 8+ - jsdom
 9+ - qunit
 10+To be installed with npm (Node Package Manger)
 11+
 12+
513 To test your setup you can use the dumb suite:
614
715 $ cd tests/qunit
8 -$ node dumb-launch.js
 16+$ make dumb
917 [OK][dumb-code.js: Really basic example] looks fine
1018 [OK][dumb-code.js: Really basic example] Variable assignement works
1119
@@ -25,3 +33,5 @@
2634 $
2735
2836 Works! :)
 37+
 38+Now try out the MediaWiki test suite: make test

Status & tagging log