We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9bce40 commit a6156aeCopy full SHA for a6156ae
src/Yandex/Allure/Codeception/AllureCodeception.php
@@ -252,7 +252,7 @@ private function buildTestName($test) {
252
$testName .= ' with data set #' . $this->testInvocations[$testFullName];
253
}
254
} else if($test instanceof Gherkin) {
255
- $testName = $test->getFeatureNode()->getTitle();
+ $testName = $test->getScenarioNode()->getTitle();
256
257
return $testName;
258
0 commit comments