australis/vendor/git.apache.org/thrift.git/lib/js/test/jsTestDriver.conf
Renan DelValle 6ab5c9334d
gorealis v2 refactor (#5)
* Changing default timeout for start maintenance.

* Upgrading dependencies to gorealis v2 and thrift  0.12.0

* Refactored to update to gorealis v2.
2018-12-27 11:31:51 -08:00

18 lines
413 B
Text
Executable file

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"}