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

Support more than one instance in parallel per suite #893

Open
3dd93 opened this issue Mar 15, 2024 · 3 comments
Open

Support more than one instance in parallel per suite #893

3dd93 opened this issue Mar 15, 2024 · 3 comments

Comments

@3dd93
Copy link

3dd93 commented Mar 15, 2024

🚀 Feature Proposal

Support more than one instance at a time per suite to achieve fully parallel executions as in a local machine.

Motivation

We are able to execute more than one suite with the concurrency argument but spec files inside every suite are running in serial mode and there is no way to run them in parallel mode.

@alexplischke
Copy link
Contributor

Which framework? Cypress, Playwright or TestCafe?

@3dd93
Copy link
Author

3dd93 commented Jun 16, 2024

Hi @alexplischke sorry for the late response, we are using playwright

@alexplischke
Copy link
Contributor

Ah! You can configure that one in the saucectl suite instead:

suites:
  - name: "Chromium Mac13"
    platformName: "macOS 13"
    testMatch: [".*.js"]
    params:
      workers: 2
      browserName: "chromium"
      project: "chromium"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants