Problem Statement
Development project: nodejs unit tests: available
Automation project: java
Problem
: for our development project we already have unit test coverage. But to figure out automation coverage, we require a medium of instrumenting nodejs code (deployed on some env) while running autotests.
Need hints on how to achieve same?
Have worked already on jacoco with both development and automation codes in java. Jacoco instruments flow while code is deployed and helps in providing various dump mechanism.