-
Notifications
You must be signed in to change notification settings - Fork 17
e2e playwright tests #493
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
Open
blockqa
wants to merge
66
commits into
main
Choose a base branch
from
e2e_playwright_tests
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
e2e playwright tests #493
Conversation
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
Add .cursor/ to .gitignore to prevent Cursor IDE files and rules from being tracked or pushed to GitHub.
- Add GitHub Actions workflow for smoke tests with TestRail integration - Update TestRail test run naming to 'New Gen Core Extension' - Configure AWS S3 snapshot storage (s3://core-qa-automation-snapshots/ext/) - Set up Playwright with sharding support - Note: Wallet snapshots stored in S3, not in repo
34246f5 to
70d2377
Compare
- Prevent wallet snapshot files from being committed to repo - Snapshots are stored in S3 and downloaded during CI runs
- Add Playwright configuration and base setup files - Add test fixtures and extension helpers - Add page objects (OnboardingPage, ContactsPage, BasePage) - Add Onboarding and Contacts test specs with @smoke tags - Add helper utilities for wallet snapshots and waits - Add package.json with Playwright dependencies - Add TypeScript configuration for test project
- Rename test directory to use kebab-case convention - Update GitHub Actions workflow to reference new folder name - Update documentation and config files with new path references
- Add top-level permissions for id-token and contents to enable OIDC - Update aws-actions/configure-aws-credentials from v1.7.0 to v4 - Fixes 'Not authorized to perform sts:AssumeRoleWithWebIdentity' error
- Create separate 'download-snapshots' job that runs without container - This job uses OIDC to authenticate with AWS and download S3 snapshots - Pass snapshots to playwright-tests job as GitHub artifact - Remove AWS/Python setup from container-based job - Fixes OIDC authentication issues with Docker containers
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.
Description
Changes
Testing
Screenshots:
Checklist for the author
Tick each of them when done or if not applicable.