plone.app.discussion/plone/app/discussion/tests/jsTestDriver.conf

19 lines
509 B
Plaintext
Raw Normal View History

server: http://localhost:9876
2012-01-09 16:43:54 +01:00
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
2012-01-09 16:43:54 +01:00
# This is where we load the qunit tests
- javascripts/*.js
2012-01-09 16:43:54 +01:00
# And this loads the source files we are testing
- ../browser/javascripts/*.js
2012-01-09 16:43:54 +01:00
plugin:
- name: "coverage"
jar: "../../../../parts/jstestdriver/coverage.jar"
module: "com.google.jstestdriver.coverage.CoverageModule"