In existing Rails+Vue.js (with webpacker) project we have plenty of feature tests (Capybara tests).
At the moment we can only see code coverage of ruby code.
Is there a way to setup code coverage for Vue/Javascript code without writing JS based tests from scratch?