Skip to content

Commit

Permalink
run cypress headless in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho committed Sep 28, 2024
1 parent 36f7a3f commit 16b736c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cypress_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def get_cypress_cmd(
spec_list_str = ",".join(sorted([s for s in spec_list if _filter in s]))
cmd = (
f"{XVFB_PRE_CMD} "
f"{cypress_cmd} --browser {browser} "
f"{cypress_cmd} --browser {browser} --headless"
f'--spec "{spec_list_str}" '
f"-- {chrome_flags}"
)
Expand Down

0 comments on commit 16b736c

Please sign in to comment.