botium-bindings
botium-bindings copied to clipboard
ERR! missing script emulator
Hi,
Can anybody please help me here in running the emulator, record and play? I tried the exact step given for instalation. Wen to sample folder did "npm install" then "npm run emulator" but it is giving me error"npm ERR! missing script: emulator"
Regards
maybe you are in the wrong folder - what are the installation steps you followed ?
?
Steps followed: download testmybot, opended command print , navigated to testmybot folder, did mom install then tried with "npm run emulator" in the root folder as well as in emulator folder
you have to switch directory to one of the samples - there are several samples available, all of them showing another kind of chatbot to test - some require docker installation, some require other pre-installed software. A good sample to try it out is the IBM Watson Sample (https://github.com/codeforequity-at/testmybot/blob/master/samples/watson), as it doesn't depend on other software.
succeed ?