Roman Numeral API - Test Project.
This project tests the roman numeral web api service, checks if the application has any issues.
Project has two test files, one for positive tests and one for negative tests.
Eg: Numeral 12 should return XII
mocha --reporter mochawesome
mocha
mocha ./test/AlternativePathTest.js --printDebug
cd romansJS
docker build -t "romanApi:johnmorris" .
docker run -it romanApi:john /bin/bash
NOTE: Use run commands to run within the container.