summaryrefslogtreecommitdiffstats
path: root/src/jaegertracing/thrift/lib/js/test/jsTestDriver.conf
blob: eb1588c82841cd2badc7c241f57f109aa0d3547d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
server: http://localhost:9876

load:
# Qunit adapter
  - build/js/lib/equiv.js
  - build/js/lib/QUnitAdapter.js
# dependencies
  - build/js/lib/jquery.js
  - build/js/thrift.js
  - gen-js/DoubleConstantsTest_constants.js
  - gen-js/ThriftTest_types.js
  - gen-js/ThriftTest.js
# the test suite
  - test.js

# redirect to the Java based Thrift testserver
proxy:
 - {matcher: "*", server: " http://localhost:8088"}