Skip to content

Conversation

@MurzNN
Copy link
Contributor

@MurzNN MurzNN commented Oct 14, 2025

The Issue

By default, only one connection to the Selenium instance inside the container is allowed. Therefore, if a Nightwatch test run process gets a fatal error, you can't run other tests for several seconds or even minutes, which is very inconvenient!

How This PR Solves The Issue

Enables up to 12 parallel connections to make the new Nightwatch test always find a free connection to start executing.

Manual Testing Instructions

ddev add-on get https://github.com/Murz-forks/ddev-selenium-standalone-chrome/tarball/allow-multiple-connections
ddev restart

Automated Testing Overview

Seems we have no tests for Selenium and Nightwatch?

Release/Deployment Notes

Allowed multiple parallel connections to Selenium

@weitzman
Copy link
Collaborator

This looks great. I wonder if it will fix #28. I'll merge this in a couple days unless someone objects. /cc @mxr576

@weitzman weitzman merged commit eb4460b into ddev:main Oct 26, 2025
3 of 4 checks passed
@mxr576
Copy link
Collaborator

mxr576 commented Oct 27, 2025

I know I’ve arrived late to the party, but of course, no objections; great improvement!

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.

3 participants