•₱
А ошибка видимо из-за того, что я путь изменил по умолчанию в pom.xml проекта
Size: a a a
•₱
•₱
KT
ВЖ
class AllureImageExtension extends Extension { use AttachmentSupport; public static $events = [ Events::TEST_FAIL => 'testFailed', ]; public function testFailed(FailEvent $event) { if (($reports = $event->getTest()->getMetadata()->getReports()) && isset($reports['png'])) { $this->addAttachment($reports['png'], 'PNG report', 'image/png'); } } }
АК
SS
AM
V
VT
VT
SS
AM
SS
VT
AE
AE
VT
AV
VT