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
{{ message }}
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
In the pull request over on the main BLT repo to move the remaining Behat stuff over here, we lost the TestsWizard in the BLT container. The result is that running behat tests fails as of version 1.1.x because the proper logic is not in the container.
the error is:
[error] Alias (Acquia\BltBehat\Blt\Wizards\TestsWizard) is not being managed by the container
The command failed. This often indicates a problem with your configuration. Review the command output above for more detailed errors, and consider re-running with verbose output for more information.
[error] Command `tests:behat ` exited with code 1.
In the pull request over on the main BLT repo to move the remaining Behat stuff over here, we lost the TestsWizard in the BLT container. The result is that running behat tests fails as of version 1.1.x because the proper logic is not in the container.
the error is:
Some background:
here is where we removed it from BLT:
https://github.com/acquia/blt/pull/4305/files#diff-410c7e892bb521b86d5c74c234a4b2f3bc56e62db1389adcd8c466b6507937d4L227
but we never put this into the blt-behat plugin.
pull requests:
acquia/blt#4305
#7
The text was updated successfully, but these errors were encountered: