We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
just dev-tools-test-e2e *args
1 parent 05bcb41 commit 43582f1Copy full SHA for 43582f1
justfile
@@ -291,4 +291,8 @@ test-e2e *args:
291
cd ${CODETRACER_REPO_ROOT_PATH}/ui-tests && \
292
env CODETRACER_OPEN_DEV_TOOLS=0 npx playwright test --reporter=list --workers=1 \
293
{{args}}
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