Skip to content
Commit ea21fe2d authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Add support for setting the domain also when a specific helper is used



Before, the domain was automatically added assuming that the
NextcloudTestServerContext had no parameters defined in the Behat
configuration. However, in order to use a helper for Apache it would
need to be specified in the configuration with something like:

- NextcloudTestServerContext:
    nextcloudTestServerHelper: NextcloudTestServerLocalApacheHelper

The substitution now works both when a helper is specified and when it
is not; note, however, that providing custom parameters to the helper is
not supported, although they are not needed anyway so it is not really a
problem.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent a09b787a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment