upload playwright artifacts on test failure to help debug what went wrong

This commit is contained in:
Athou
2024-06-14 07:59:26 +02:00
parent 24943b868c
commit b3651f3fba
2 changed files with 9 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ import com.microsoft.playwright.Tracing;
*
*/
@ExtendWith(PlaywrightTestBase.SaveArtifactsOnTestFailed.class)
public class PlaywrightTestBase {
public abstract class PlaywrightTestBase {
private static Playwright playwright;
private static Browser browser;