Skip to content

Commit 43582f1

Browse files
committed
tooling: add just dev-tools-test-e2e *args to open with dev tools for debugging
1 parent 05bcb41 commit 43582f1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

justfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,8 @@ test-e2e *args:
291291
cd ${CODETRACER_REPO_ROOT_PATH}/ui-tests && \
292292
env CODETRACER_OPEN_DEV_TOOLS=0 npx playwright test --reporter=list --workers=1 \
293293
{{args}}
294-
294+
295+
dev-tools-test-e2e *args:
296+
cd ${CODETRACER_REPO_ROOT_PATH}/ui-tests && \
297+
env CODETRACER_OPEN_DEV_TOOLS=1 npx playwright test --reporter=list --workers=1 \
298+
{{args}}

0 commit comments

Comments
 (0)