With my testing approach based on Behavior Driven Development (BDD), I utilize Gherkin syntax for test design and run tests using Cucumber JS.
To collaborate with business stakeholders and management, I leverage Cucumber Studio to share reports and stay in sync.
Recently, I needed test coverage reports for the project and conducted research to find the best library. However, I'm unsure about which one to use and how to implement it effectively with Cucumber JS.
Among the options I've come across are JSCover, Cucumber Reports, and Istanbul for test coverage reports, but I need guidance on their specific usage and the most suitable choice for integrating with Cucumber JS.