Skip to content

kaizhu256/codeaholics-hackathon

Repository files navigation

utility2 npm version

nodejs test and coverage utility

build status

saucelabs.com selenium test status

test server test report coverage report build log build artifact
heroku.com test server utility2 test report istanbul coverage report travis.ci-org build status build artifacts

installation and usage example

installation

npm install -g utility2

quickstart - create new build project

start interactive sandbox server

utility2 start --server-port=8080
> serverListen - listening on port 8080
> /* open http://localhost:8080 in browser */
> /* inspect state.debugServerResponse */
> state.debugServerResponse
{
  "_events": { "finish": [[]] },
  "_hangupClose": false,
  "_hasBody": true,
  "_header": "HTTP/1.1 200 OK\r\ncontent-type: text/html\r\n\r\n",
  "_headerNames": { "content-type": "content-type" },
  "_headerSent": true,
  "_headers": { "content-type": "text/html" },
  "_last": false,
  "_maxListeners": 10,
  "_trailer": "",
  "chunkedEncoding": true,
  "connection": null,
  "domain": null,
  "finished": true,
  "output": [],
  "outputEncodings": [],
  "sendDate": true,
  "shouldKeepAlive": true,
  "socket": null,
  "statusCode": 200,
  "useChunkedEncodingByDefault": true,
  "writable": true
}

changelog

admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages