I am using custom html report and use TestCaseContext api to get the status after each test case execution. If I applies the same to BDD tests, I can get the test execution status of each feature file.
If a feature file is failed, I want to find which scenario is failed. Is this possible? Glad if anyone can help.