Skip to content

Feat:playwright migration#361

Merged
sr4850 merged 4 commits into
mainfrom
feat/playwright-migration
Apr 28, 2026
Merged

Feat:playwright migration#361
sr4850 merged 4 commits into
mainfrom
feat/playwright-migration

Conversation

@sr4850

@sr4850 sr4850 commented Apr 28, 2026

Copy link
Copy Markdown
Contributor

Description

Related issue: JIRA_TICKET_NUMBER

Before submitting (or marking as "ready for review")

  • Does the pull request title follow the conventional commit specification?
  • Have you performed a self-review of the code
  • Have you have added tests that prove the fix or feature is effective and working
  • Did you make sure to update any documentation relating to this change?

sr4850 and others added 4 commits April 22, 2026 11:27
Add PlaywrightBrowser class with per-thread Playwright/Browser/Context/Page
management. Activated via -Dautomation.engine=playwright Maven argument.

- Thread-safe: each thread gets its own Playwright instance (no sharing)
- Supports chromium, firefox, webkit, and Edge channel
- Headless by default, configurable via -Dheadless=false
- Added com.microsoft.playwright:playwright 1.52.0 dependency

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@sr4850 sr4850 merged commit 89761a1 into main Apr 28, 2026
7 checks passed
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