Skip to content

Commit

Permalink
WIP: Run tests headless
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaretnikov committed Feb 17, 2024
1 parent 22cfd9c commit 074cb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/playwright/test_ux.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def test_integration(page: Page, test_config, screenshot):
# Use playwright.chromium, playwright.firefox or playwright.webkit
# Pass headless=False to launch() to see the browser UI
# slow_mo adds milliseconds to each playwright command so humans can follow along
browser = playwright.chromium.launch(headless=False, slow_mo=500)
browser = playwright.chromium.launch(headless=True, slow_mo=500)
page = browser.new_page()

# Go to http://localhost:{server_port}
Expand Down

0 comments on commit 074cb00

Please sign in to comment.