Skip to content

Commit

Permalink
fix: CI remove cypress command --headed (apache#30429)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Sep 29, 2024
1 parent a3bfbd0 commit 63e17ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/cypress_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def run_cypress_for_test_file(
if use_dashboard:
cmd = (
f"{XVFB_PRE_CMD} "
f"--headed "
f'{cypress_cmd} --spec "{test_file}" --browser {browser} '
f"--record --group {group} --tag {REPO},{GITHUB_EVENT_NAME} "
f"--parallel --ci-build-id {build_id} "
Expand Down

0 comments on commit 63e17ca

Please sign in to comment.