IfxNode Test Suite Connection info must be specified in the environment. For example, by sourcing the following ENV Vars: export IFX_SERVER= export IFX_DBNAME= export IFX_UID= export IFX_PWD= export IFX_HOSTNAME= export IFX_SERVICE= OR, If not using ENV Vars,Update connection info in ibm_db/test/config.testConnectionStrings.json file. Connection info set in ENV vars will take priority over connection info in config.testConnectionStrings.json file, if connection info is set at both places. The test suite needs the 'moment' module to be installed ('npm install moment'). To run the whole set run 'node run-tests.js' informix@irk21:/usr3/products/IfxNode/test$ node run-tests.js Running test for [Informix] : test-all-data-types ... success Running test for [Informix] : test-bad-connection-string ... success Running test for [Informix] : test-basic-test ... success Running test for [Informix] : test-binding-connection-timeOut ... success Running test for [Informix] : test-binding-statement-executeSync ... success ....