feat: Implement using Playwright for taking screenshots in reports (#25247)

This commit is contained in:
Kamil Gabryjelski
2023-10-04 06:51:58 +02:00
committed by GitHub
parent 53013395d7
commit ff95d0face
11 changed files with 348 additions and 86 deletions

View File

@@ -181,6 +181,7 @@ export default function ErrorAlert({
level={level}
show={isModalOpen}
onHide={() => setIsModalOpen(false)}
destroyOnClose
title={
<div className="header">
{level === 'error' ? (