1.0.2 • Published 2 years ago
battleship-nodejs v1.0.2
Battleship NodeJs
A simple game of Battleship, written in NodeJs. The purpose of this repository is to serve as an entry point into coding exercises and it was especially created for scrum.orgs Applying Professional Scrum for Software Development course (www.scrum.org/apssd). The code in this repository is unfinished by design.
Getting started
To edit and debug this project, you can use Visual Studio Code or any other suitable editor. You might want to install these extensions to better support this project in VSCode:
- Mocha Test Explorer https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-mocha-test-adapter
- Cucumber (Gherkin) Full Support https://marketplace.visualstudio.com/items?itemName=alexkrechik.cucumberautocomplete
Run locally
Install packages
npm installRun battleship
node index.jsExecute tests
Execute all tests
npm testExecute Mocha tests
mocha './**/*Tests.js'Execute Cucumber-js tests
./node_modules/.bin/cucumber-js .\GameController_ATDDDocker
To run and test the project in a container, use these steps:
docker run -it -v ${PWD}:/battleship -w /battleship node bash
npm install
npm test
node index.js