ci(e2e): add GitHub Actions workflow for E2E tests#41
Closed
ci(e2e): add GitHub Actions workflow for E2E tests#41
Conversation
- Add e2e-tests.yml workflow with proper extension build step - Configure Playwright to install browsers with dependencies - Add GitHub reporter for CI with test artifacts upload - Enhance playwright.config.ts with CI-specific settings: - Increased timeout to 90s for CI environments - Screenshot and video capture on failures - GitHub Actions reporter for PR annotations - Add E2E Tests status badge to README Made-with: Cursor
Contributor
Author
|
Closing PR: E2E tests cannot run in GitHub Actions CI/CD due to Amazon/Walmart anti-bot protection blocking datacenter IPs. Tests will remain for local development only. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
New GitHub Actions Workflow (
.github/workflows/e2e-tests.yml)npm run build:test)Playwright Configuration Updates
Documentation
Tests may be blocked by Amazon/Walmart anti-bot protection when running from GitHub Actions IPs. Need to address this before enabling the workflow.
Test Plan
Made with Cursor