Skip to content
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

feat(testing-harness): allow connecting remotely #3098

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

mxschmitt
Copy link
Member

@mxschmitt mxschmitt commented Jan 24, 2025

Only NUnit for now until the API design has been clarified.

src/Playwright.NUnit/BrowserService.cs Outdated Show resolved Hide resolved
src/Playwright.NUnit/BrowserService.cs Outdated Show resolved Hide resolved
@mxschmitt mxschmitt force-pushed the feat/allow-connecting-remote branch 2 times, most recently from d9e68ba to 9f889d6 Compare January 24, 2025 16:21
@@ -41,27 +42,48 @@ private BrowserService(IBrowser browser)
Browser = browser;
}

public static Task<BrowserService> Register(WorkerAwareTest test, IBrowserType browserType)
public static Task<BrowserService> Register(WorkerAwareTest test, IBrowserType browserType, PlaywrightConnectOptions? connectOptions)
Copy link
Contributor

Choose a reason for hiding this comment

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

I see that this class is not using the Async suffix. Was this on purpose or a mistake?

@mxschmitt mxschmitt force-pushed the feat/allow-connecting-remote branch from 84193c0 to 86fea44 Compare January 30, 2025 14:35
@mxschmitt mxschmitt force-pushed the feat/allow-connecting-remote branch from 86fea44 to c591630 Compare January 30, 2025 16:21
@mxschmitt mxschmitt force-pushed the feat/allow-connecting-remote branch from c591630 to 59b18e2 Compare January 30, 2025 17:03
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.

4 participants