Hi everyone,
I'm using nightwatch for some time now, but I started to look for a tool that would provide me with a metric of how many of criteria are covered with tests. I know some tools like cobertura, but they are mostly java-specific and thus won't work with nightwatch and code specifically in javascript. Is there any other way to have a formal, well-structured report with functional coverage? I get that it would mean that the criteria must be expressed in a formal way, but I just started my research and I need to know whether it is even possible.
I'd appreciate any feedback on this.