Replies: 2 comments
-
Another idea is to disable the extension for a specific env. But there is no disable option and also not a So i can add a extension config option The best i think would be to get the active groups in the extension suite event. |
Beta Was this translation helpful? Give feedback.
0 replies
-
#5938 seems related. SuiteManager validates all group files even when group parameter is not used. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What are you trying to achieve?
Get the actual running groups in extension suite.before event in my extension. to only execute the code if a specific group was set or not.
What do you get instead?
\Codeception\Event\SuiteEvent::getGroups()
return all groups found in the suite not only the groups from the tests.Details
composer show
)Beta Was this translation helpful? Give feedback.
All reactions