Describe the bug
I have a playwright framework (typescript) integrated with cucumber and allure report.
If the steps in feature file are not defined/unable to find in the step definition, the allure report shows that the step is not implemented, but overall test status is PASSED which is confusing.
Expected behavior
it should be either broken or fail for the overall test status, so that the person will know there is a step missing implementation