We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Behat\Mink\Driver\NodeJS\Server::createTemporaryServer uses following options of the server:
Behat\Mink\Driver\NodeJS\Server::createTemporaryServer
Currently on change of nodeModulesPath causes temporary server code to be regenerated.
nodeModulesPath
Propose to regenerate temporary server code also on host and port option change.
host
port
Separate issue (see #157) is created to prevent calling these methods on already running server, that would have no effect.
The text was updated successfully, but these errors were encountered:
See #161 for my proposal to solve it in a much better way (the case of a running server still need to be prevented even in my proposal)
Sorry, something went wrong.
Agreed that creating ENV-based server instead of PHP variable patching is better way.
No branches or pull requests
The
Behat\Mink\Driver\NodeJS\Server::createTemporaryServer
uses following options of the server:Currently on change of
nodeModulesPath
causes temporary server code to be regenerated.Propose to regenerate temporary server code also on
host
andport
option change.Separate issue (see #157) is created to prevent calling these methods on already running server, that would have no effect.
The text was updated successfully, but these errors were encountered: