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(test-runner): allow setting concurrency per browser #710

Merged
merged 1 commit into from
Oct 8, 2020

Conversation

LarsDenBakker
Copy link
Member

What I did

Concurrency can now be configured per browser launcher, for the chrome, puppeteer and playwright launchers.

Among other things, this is needed for firefox because it doesn't allow testing focus on tabs which are backgrounded. Setting a concurrency of 1 fixes that.

Fixes #238

@changeset-bot
Copy link

changeset-bot bot commented Oct 8, 2020

🦋 Changeset detected

Latest commit: 59b139c

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@LarsDenBakker LarsDenBakker merged commit 013b864 into master Oct 8, 2020
@LarsDenBakker LarsDenBakker deleted the feat/per-browser-concurrency branch October 8, 2020 19:23
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.

[test-runner] Advanced Concurrency Settings
1 participant