Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Conversation

@mvilanova
Copy link
Contributor

No description provided.

@mvilanova mvilanova added the enhancement New feature or request label Jul 24, 2025
@mvilanova mvilanova self-assigned this Jul 24, 2025
@mvilanova mvilanova requested review from aaronherman, Copilot, whitdog47 and wssheldon and removed request for Copilot and whitdog47 July 24, 2025 22:04
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR optimizes Playwright test performance and reliability by reducing unnecessary waits, configuring environment-specific settings, and implementing test sharding for CI environments.

Key changes include:

  • Removes a 2-minute hardcoded delay in user registration tests
  • Configures different timeouts and browser coverage for CI vs local development
  • Implements test sharding to parallelize CI test execution across 4 shards

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
tests/static/e2e/pages/auth-page.ts Removes unnecessary 2-minute timeout from user registration flow
playwright.config.ts Adds environment-specific configurations for timeouts, tracing, and browser coverage
.github/workflows/playwright.yml Implements test sharding and fixes empty STATIC_DIR environment variable

mvilanova and others added 11 commits July 24, 2025 15:05
@mvilanova mvilanova merged commit 28d55d9 into main Jul 25, 2025
14 checks passed
@mvilanova mvilanova deleted the feat/playwright-optimizations branch July 25, 2025 18:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants