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 df9dfda commit d3db491Copy full SHA for d3db491
src/Magento/FunctionalTestingFramework/Allure/Adapter/MagentoAllureAdapter.php
@@ -44,7 +44,7 @@ public function suiteBefore(SuiteEvent $suiteEvent)
44
45
if ($this->getGroup() != null) {
46
$suite = $suiteEvent->getSuite();
47
- $suiteName = ($suite->getName()) . "-{$this->getGroup()}";
+ $suiteName = ($suite->getName()) . "\\" . $this->getGroup();
48
49
call_user_func(\Closure::bind(
50
function () use ($suite, $suiteName) {
0 commit comments