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

feat: enable live preview tests in chromium in GitHub Actions #1128

Merged
merged 2 commits into from
Oct 3, 2023
Merged

Conversation

abose
Copy link
Member

@abose abose commented Oct 3, 2023

unfortunateley, we can run the live preview integ tests only in chrome
In Firefox playwright setup, sandbox prevents service worker access from nested iframes. So the virtual server itself will
not be loaded in firefox tests in playwright.

Do note that this limit is only observed when running tests in firefox under playwright. If you run the live preview integ tests
directly in firefox, the tests run just fine.

In tauri, we use node server, so this limitation doesn't apply in tauri test runners. This restriction is
only there for firefox tests in playwright.

@phoenixide
Copy link
Member

Thank You for making this pull request.

@abose abose mentioned this pull request Oct 3, 2023
@phoenixide
Copy link
Member

Thank You for making this pull request.

@sonarcloud
Copy link

sonarcloud bot commented Oct 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@abose abose merged commit 6368e2e into main Oct 3, 2023
10 checks passed
@abose abose deleted the test branch October 3, 2023 13:34
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.

2 participants