We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
If you start working with plugins, sometimes it sometimes becomes unclear which one are active.
Describe the solution you'd like
For this I would suggest to add a new line in the Balder script output header, which looks like the following:
+----------------------------------------------------------------------------------------------------------------------+ | BALDER Testsystem | | python version 3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0] | balder version 0.0.1b2 | | | | plugins: `balderplugin.junit.JUnitPlugin`, `balderglob.MyCustomPlugin` | +----------------------------------------------------------------------------------------------------------------------+ Collect 1 Setups and 5 Scenarios resolve them to 5 mapping candidates ================================================== START TESTSESSION ===================================================
The active plugins are available over the PluginManager (session manager instance available over balder_session.plugin_manager).
PluginManager
balder_session.plugin_manager
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
If you start working with plugins, sometimes it sometimes becomes unclear which one are active.
Describe the solution you'd like
For this I would suggest to add a new line in the Balder script output header, which looks like the following:
The active plugins are available over the
PluginManager
(session manager instance available overbalder_session.plugin_manager
).The text was updated successfully, but these errors were encountered: