Support of non-standart bdd framework in pyCharm
Answered
Hi all.
We want to use pytest-bdd framework in pyCharm. How could we add support into list of preffered frameworks in Preferences-> Languages and Frameworks -> BDD?
Write full plugin from scratch for support of one framework, when base functionaliry and files template exist in IDE plugin for other similar frameworks - seems like overhead.
Could somebody give an info, how we could extend current plugin? Example, or documentation about it.
Or, maybe, it is better to submit feature request to pycharm bugtracker?
Thanks for all.
Please sign in to leave a comment.
Hello.
Unfortunatelly we do not have official API to extend plugins for now, but we have plans to implement it in future versions.
There is an issue about pytest-bdd and it has good chances to be included in 2018.2, please vote for it: https://youtrack.jetbrains.com/issue/PY-15464
Ilya, thanks a lot for your response!
If you want - I could help you to modify current plugin to add support of new framework. I understand, that this is your internal plugin, but maybe there are some variants, how we could help each other.
Thanks!