node.js - nodeunit test and trace.gl -
how trace nodeunit test using trace.gl
i tried in 3 ways:
$ node ~/dropbox/tracegl.js ./path/to/my/nodeunittests
. , run unit test directory in console.$ node ~/dropbox/tracegl.js `which nodeunit` /path/to/test/nodeunittestfile_test.coffee
- $ node ~/dropbox/tracegl.js `which nodeunit` refrence/to/teset/nodeunittestfile_test.coffee -nolib
all 3 ways gives output:
[trace.gl] see code. product has commercial license.
[trace.gl] webgl trace ui:
http://localhost:2000
[trace.gl] checking update...[trace.gl] serving browser js:
http://localhost:2080
date.
but when open url http://localhost:2000
dont see tracing information there. initial tracegl state.
i had same issue code , using tracegl. had use -nolib options working. give try.
Comments
Post a Comment