Skip to content

Conversation

@blockqa
Copy link
Contributor

@blockqa blockqa commented Nov 17, 2025

Description

  • Test Automation framework implementation for Next-Gen tests
  • Onboarding tests
  • Contacts tests
  • CI implementation

Changes

Testing

Screenshots:

Checklist for the author

Tick each of them when done or if not applicable.

  • I've covered new/modified business logic with Jest test cases.
  • I've tested the changes myself before sending it to code review and QA.

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
- 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
blockqa and others added 2 commits November 17, 2025 16:12
- 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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants