Skip to content

Commit c589f2f

Browse files
committed
Pass through assertion env options
1 parent fd0bff4 commit c589f2f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/e2e-tests/playwright.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ const config: PlaywrightTestConfig = {
3636
use: {
3737
launchOptions: {
3838
slowMo: SLOW_MO ? parseInt(SLOW_MO, 10) : 0,
39+
env: {
40+
...process.env,
41+
RECORD_REPLAY_ENABLE_ASSERTS: "1",
42+
RECORD_REPLAY_JS_ASSERTS: "1",
43+
},
3944
},
4045
viewport: {
4146
width: 1280,

0 commit comments

Comments
 (0)