Skip to content
New issue

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

show active balder plugins in console output #27

Open
matosys opened this issue Dec 31, 2022 · 0 comments
Open

show active balder plugins in console output #27

matosys opened this issue Dec 31, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@matosys
Copy link
Contributor

matosys commented Dec 31, 2022

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).

@matosys matosys added enhancement New feature or request good first issue Good for newcomers labels Dec 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant