1server: http://localhost:9876
2
3load:
4# Qunit adapter
5  - build/js/lib/equiv.js
6  - build/js/lib/QUnitAdapter.js
7# dependencies
8  - build/js/lib/jquery.js
9  - build/js/thrift.js
10  - gen-js/DoubleConstantsTest_constants.js
11  - gen-js/ThriftTest_types.js
12  - gen-js/ThriftTest.js
13# the test suite
14  - test.js
15
16# redirect to the Java based Thrift testserver
17proxy:
18 - {matcher: "*", server: " http://localhost:8088"}
19