You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With your text editor, edit the new behat.local.yml and change the base_url.
default:
context:
parameters:
drupal_users:
admin:
'admin'john:
'jfk'michelle:
'FourMoreYears'# the node ID of the groupvsite:
1extensions:
Behat\MinkExtension\Extension:
base_url: BASE_URLDrupal\DrupalExtension\Extension:
drush:
alias: openscholar
Next we need to define a Drush alias. Create a aliases.drushrc.php typically located under ~/.drush. Make sure the uri and root properties are pointing to the correct place.