feat: add Playwright E2E tests for core user flows#135
Open
arbitask-ai wants to merge 1 commit intosorosave-protocol:mainfrom
Open
feat: add Playwright E2E tests for core user flows#135arbitask-ai wants to merge 1 commit intosorosave-protocol:mainfrom
arbitask-ai wants to merge 1 commit intosorosave-protocol:mainfrom
Conversation
- Install and configure Playwright (@playwright/test ^1.44.0) - Add playwright.config.ts with Chromium, Firefox, and Mobile Chrome projects - Add e2e/home.spec.ts — landing page rendering tests - Add e2e/navigation.spec.ts — navbar and CTA link navigation tests - Add e2e/group-creation.spec.ts — form validation and input tests - Add e2e/wallet.spec.ts — wallet connection with mocked Freighter API - Add test:e2e scripts to package.json Closes sorosave-protocol#1
Author
|
Hi! Just checking in on the Playwright E2E test suite. Tests cover 4 core flows across 3 browsers. Happy to add additional test cases or adjust the config if needed. |
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
Adds a complete Playwright E2E test suite for SoroSave frontend, addressing issue #1.
What was added
playwright.config.tsnpm run deve2e/home.spec.ts— Landing page testse2e/navigation.spec.ts— Navigation testse2e/group-creation.spec.ts— Form tests/groups/newe2e/wallet.spec.ts— Wallet connection tests (with mocked Freighter)package.json— Added@playwright/test ^1.44.0+ test scriptsRunning the tests
Closes #1
Submitted as part of the Algora bounty for #1