Skip to content

Commit

Permalink
Fix Playwright integration to map headlesschrome to chromium with hea…
Browse files Browse the repository at this point in the history
…dless=true
  • Loading branch information
datakurre committed Jul 2, 2023
1 parent 235ddcb commit 7b57aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plone/app/robotframework/browser.robot
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Configure Test Browser
${HEADLESS}= Set Variable If ${TRACE} ${FALSE} ${HEADLESS}
${HEADLESS}= Set Variable If ${DEBUG} ${FALSE} ${HEADLESS}
${BROWSER}= Set Variable if "${BROWSER}".startswith("headless") ${BROWSER[len("headless"):]} ${BROWSER}
${BROWSER}= Set Variable if "${BROWSER}" == "chrome" chromium ${BROWSER}
${VIDEO}= Create dictionary dir ${OUTPUT_DIR}/video

Set Suite Variable ${BROWSER} ${BROWSER}
Expand Down

0 comments on commit 7b57aee

Please sign in to comment.