J2V8 icon indicating copy to clipboard operation
J2V8 copied to clipboard

Testing real behavior of node by running sample http server application.

Open dukescript opened this issue 9 years ago • 0 comments

The existing NodeJSTest is a bit trivial, testing just export and access to global object. Here is a test that is more node.js-like.

The test executes sample node.js hello world application - e.g. an HTTP server. Then it connects to it and verifies it really runs properly. The test is started on a free port to avoid conflicts with any local configuration.

dukescript avatar May 12 '16 02:05 dukescript