Skip to content

Conversation

Sid200026
Copy link
Member

No description provided.

@Sid200026 Sid200026 requested a review from mxschmitt January 8, 2025 20:38
Run Playwright tests against browsers managed by the service using the configuration you created above. You can run up to 100 parallel workers with the service

```bash
mvn compile exec:java -D exec.mainClass="org.example.App"
Copy link
Member

Choose a reason for hiding this comment

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

can we provide a way to pass on worker count ?

Copy link
Member

Choose a reason for hiding this comment

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

or add a link from OSS around parallisation

Copy link
Member

Choose a reason for hiding this comment

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

Java has ways on how you use it:

  1. Library mode, what this PR is about. There is no parallelism - its just a script you run.
  2. Test Runner mode via junit. There we provide some custom integrations to run a browser/context/page.

I recommend to also provide a way for junit, probably similar to how we do it in other languages, that the user can specify / override connectOptions.

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