...and that will add a new server to the set to be started before tests run.
The properties inside the processes option are the server names, and all of the other options
are those for subprocess, except for reuseExisting.
Iff reuseExisting is set to true, and something is already listening on the given (now
mandatory) port, then the command and commandArgs will not be run.
Now you can add something like this to your
.testiumrc
:...and that will add a new server to the set to be started before tests run. The properties inside the
processes
option are the server names, and all of the other options are those for subprocess, except forreuseExisting
.Iff
reuseExisting
is set totrue
, and something is already listening on the given (now mandatory)port
, then thecommand
andcommandArgs
will not be run.This PR was started by: git wf pr