A presentation for http://heisenbug.ru/talks/full-cycle-testing-of-dockerized-microservices/
-
First we clone the project to a directory, and
cd
to the root directory.git clone https://github.com/dins-heisenbug-2016/presentation.git cd presentation
-
Install dependencies. It may take a while to install all the dependencies, please be patient :D
npm install
-
Edit the
var/config.coffee
file if needed. Change the value of thetoken
, this is the password for logging in as host. -
Now you can have a cup of tea, and start the test server.
npm test
-
Visit the
http://127.0.0.1:8013
in browser, the server should work.