- You should install node to run the programs in console. LTS Version should be fine
- You should install git to clone the repo.
- A Text edit like Code or Sublime Text
- Clone the repo with
git clone https://github.com/manuhazen/tests-frontend.git - Move the the root folder:
cd tests-frontend
To run Mastermind game, follow the instructions.(You should locate at root folder)
GUI
cd mastermind- Open the
index.htmlfile to play the game. - To trigger the cracker code you should press the guess button. An Alert window will give you the feedback from the codemaster.
- If you want to see the tests suite running Open the anchor link in the page called
Go to test suite
CONSOLE
cd mastermindcd jsnode mastermind.js
To run Inventory Picker location, follow the instructions.(You should locate at root folder)
CONSOLE
cd warehousesnode inventory.js
TEST SUITE
cd warehouses- Open the
index.htmlfile and you will see all the test suite.