qaf icon indicating copy to clipboard operation
qaf copied to clipboard

QAF BDD plugin for IntelliJ

Open eyalyovel2 opened this issue 6 years ago • 8 comments

I need the QAF BDD plugin for IntelliJ but I can find it only for eclipse. Does this plugin exist also for IntelliJ?

Thanks, Eyal Yovel

eyalyovel2 avatar Sep 24 '18 08:09 eyalyovel2

For BDD syntax currently, there is no any plugin available for IntelliJ. As an alternative, I think you can use Cucumber Plugin for IntelliJ and use GherkinTestFactory provided by QAF.

amitbhoraniya avatar Sep 24 '18 11:09 amitbhoraniya

Hi Amit,

Thanks for the help. We are using Gherkin Test Factory, but when we use the @QAFTestStep annotation for our step definitions then the cucumber plugin fails to recognize the implemented steps.

Do you think this is the expected behavior of Cucumber plugin with our @QAFTestStep annotation?

Thanks, Kulin

kulin24 avatar Sep 24 '18 11:09 kulin24

@kulin24,

IntelliJ Cucumber plugin can not find @QAFTestStep annotations, it can find only cucumber-java annotations, this is expected behavior.

To resolve this there is only one option that you can build your custom plugin from cucumber-java plugin with required some minor changes. ;-)

amitbhoraniya avatar Sep 24 '18 13:09 amitbhoraniya

Thanks for your inputs. :)

kulin24 avatar Oct 09 '18 06:10 kulin24

Any plan on creating plugin for Intellij as it will be helpful? Also could you please share any resource to customize the cucumber- java plugin.

VigneshGuhan avatar Feb 04 '21 06:02 VigneshGuhan

A plugin for Intellij would be greatly appreciated

TasMatt avatar Dec 22 '21 13:12 TasMatt