Skip to content

find an open port when given a port range #335

Open
@cnishina

Description

@cnishina

this option is only done via this as a dep and should not be done via the cli.

so maybe the selenium server provider config:

{
  // port is okay if we know its going to be open
  portRangeStart: 4000,
  portRangeEnd: 5000,
  ...
}

Go through (starting at port 4000) and try to get a port that is open.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions