plone.app.discussion/plone/app/discussion/tests/jsTestDriver.conf
Timo Stollenwerk 5fe339215b Use the jstestdriver coverage plugin.
svn path=/plone.app.discussion/trunk/; revision=40909
2010-10-30 11:24:03 +00:00

19 lines
518 B
Plaintext

server: http://localhost:9876
load:
# Add these lines to load the equiv function and adapter in order, before the
# tests (assuming they are saved to tests/qunit/)
- qunit/equiv.js
- qunit/QUnitAdapter.js
# This is where we load the qunit tests
- javascripts/*.js
# And this loads the source files we are testing
- ../browser/javascripts/*.js
plugin:
- name: "coverage"
jar: "../../../../parts/jstestdriver/coverage.jar"
module: "com.google.jstestdriver.coverage.CoverageModule"