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