invencotest

1.0.3 • Public • Published

Toy Robot

Simplistic example of a robot walking around a table from entrance up to the exit.

System Requirements

  • NodeJS v6.9.5 LTS
  • Tested under Mac OSX 10.12.3

Installing NodeJS

Windows and Mac users

Linux Users

$ ./configure && make && make install

Test NodeJS was correctly installed

  • Test that NodeJS was correctly installed in your system executing following command (it must print v4.2.3):
$ node -v

Installing application

  • On application root path, run following command to download application dependencies
$ npm install

Starting application

  • On application root path, run following command to execute a file with commands
$ npm start <FILE_PATH>

Executing application unit tests

  • On application root path, run following command to run tests
$ npm test

Checking application code coverage

  • On application root path, run following command to generate code coverage site
$ npm run coverage

Running provided examples and additional data sets

Package Sidebar

Install

npm i invencotest

Weekly Downloads

1

Version

1.0.3

License

ISC

Last publish

Collaborators

  • jcancela