Strategy-decision logic is held in javascript file. Service, which is written in Cpp, send request to this file and get decision. I would like to find code-coverage tool which allows me to see which javascript statements were covered during my testing. Tools that I found so far are testing client part and require index.html and running via browser.
1 Answer
I've heard a lot of good things about JsChiliCat for headless JS testing, but I've never used it myself. In general, you may want to search for "headless javascript code coverage".