Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FHB-1278: Fix E2E tests #399

Closed
wants to merge 3 commits into from
Closed

FHB-1278: Fix E2E tests #399

wants to merge 3 commits into from

Conversation

tgohil-hippo
Copy link
Contributor

@tgohil-hippo tgohil-hippo commented Jan 24, 2025

Chromium has updated their headless browser to be more in line with their headed browser and now in turn Google Chrome and MS Edge run in headless mode (not headed mode). Playwright has also implemented this change in their browsers in v1.49 (latest is v.1.50).

This means instead of explicitly calling out Google Chrome and MS Edge in playwright config as our browsers to test we can just call the headless chromium shell instead (previously we couldn't as that was not an accurate representation of google chrome or ms edge as they used a headed shell).
When we install Google Chrome and MS Edge using npx playwright install to run our E2E tests against we install headed and headless browsers - however the headed versions aren't needed anymore so we can change that command to npx playwright install --no-shell now.

microsoft/playwright#33566 this was my ref

image

Failures in manage are due to auth issues.

stevesatdfe
stevesatdfe previously approved these changes Jan 24, 2025
@AaronJY AaronJY changed the title FHB-1278-Fix-E2E-tests FHB-1278: Fix E2E tests Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants