Skip to content

Commit

Permalink
Record video with playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea committed Jan 8, 2025
1 parent 8146b6d commit 2531cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import io.quarkiverse.playwright.WithPlaywright;

@QuarkusTest
@WithPlaywright
@WithPlaywright(recordVideoDir = "target/playwright", slowMo = 500)
class UIResourceTests {
private static final int NB_HEROES = 100;
private static final Hero SPIDERMAN = getSpiderman();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import io.quarkiverse.playwright.WithPlaywright;

@QuarkusTest
@WithPlaywright
@WithPlaywright(recordVideoDir = "target/playwright", slowMo = 500)
@VirtualThreadUnit
@ShouldNotPin
class UIResourceTests {
Expand Down

0 comments on commit 2531cec

Please sign in to comment.