Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Container Issues in BLT-Behat Plugin #8

Closed
mikemadison13 opened this issue Jan 7, 2021 · 1 comment · Fixed by #9
Closed

Container Issues in BLT-Behat Plugin #8

mikemadison13 opened this issue Jan 7, 2021 · 1 comment · Fixed by #9

Comments

@mikemadison13
Copy link
Contributor

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.

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

@mikemadison13
Copy link
Contributor Author

I highly recommend not upgrading to blt-behat 1.1 and blt 12.6.1 until this issue is resolved as it will break behat on your project.

mikemadison13 added a commit to mikemadison13/blt-behat that referenced this issue Jan 7, 2021
danepowell added a commit that referenced this issue Jan 7, 2021
Fixes #8: re-adds the container logic for TestsWizard.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant