Skip to content

Commit 59ef232

Browse files
committed
Enable PW trace
1 parent 19cac78 commit 59ef232

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

run-tests.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,7 @@ ${ENDGROUP}`)
542542
? {}
543543
: {
544544
IS_RETRY: isRetry ? 'true' : undefined,
545-
TRACE_PLAYWRIGHT:
546-
process.env.NEXT_TEST_MODE === 'deploy' ? undefined : 'true',
545+
TRACE_PLAYWRIGHT: 'true',
547546
CIRCLECI: '',
548547
GITHUB_ACTIONS: '',
549548
CONTINUOUS_INTEGRATION: '',

0 commit comments

Comments
 (0)