You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to know which steps/scenarios are not implemented yet(There is only feature file without code execution)
rather than below error, Missing steps found. Use snippets below: import { Fixture, Given, When, Then } from 'playwright-bdd/decorators'; // 1. Missing step definition for "features/todopage.feature:20:7" @When('I filter todos as {string}') A solution
So runner continues to fail, but instead of snippets output you want to get stats about unimplemented features/steps?
Is it enough to show stats as a table in the terminal output? Or some html report is needed like in coverage-report?
Is there similar coverage-report for CucumberJS, not for JUnit? I've checked built-in formatters, but there is only usage report - that is opposite: shows steps not used in any feature. Btw maybe it makes sense to combine both in one report?
The problem
We'd like to know which steps/scenarios are not implemented yet(There is only feature file without code execution)
rather than below error,
Missing steps found. Use snippets below: import { Fixture, Given, When, Then } from 'playwright-bdd/decorators'; // 1. Missing step definition for "features/todopage.feature:20:7" @When('I filter todos as {string}')
A solution
We turn it into Scenarios/Features coverage report like http://mkolisnyk.github.io/cucumber-reports/coverage-report
The text was updated successfully, but these errors were encountered: