Quick start
caution
The official guide assumes immediate knowledge of the target platform:
Also check the Learning Resources section.
Installation
After making sure the requirements are met:
Initialise the project
Initialize the project by typing:
npm init
-y
after the word init in the command above.{
"name": "my-test-project",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": ""
}
Test Maker
Once you have access to the Test Maker GitHub repository, follow the instructions to create your ssh key and add it to your GitHub account (you might need Git bash for the very first usage of that key to activate it). Then in the project folder, from the command line run:
npm install git+ssh://git@github.com/KnowledgeExpert/test-maker
If the command does not resolve, download Test Maker as zip file under the project folder.