简体   繁体   中英

Configure Intellij IDEA to default to Cucumber Java when Ruby plugin is enabled

I have configured a Cucumber project using Cucumber Java in Intellij IDEA . I am able to execute the scenarios within a feature file using Cucumber Java (by executing the entire feature file and selecting Cucumber Java), but I am not able to execute a separate scenario due to Ruby plugin. Specifically, when I click to run a specific scenario, Intellij IDEA defaults the execution to Cucumber (with Ruby ) instead of Cucumber Java .

I need the Ruby plugin, since I am using the same IDE for another project which needs the Ruby support but I don't need the Cucumber support for it.

How can I disable Cucumber (Ruby) and default the scenario execution to Cucumber Java ?

Update : IntelliJ IDEA 2021.2.1 (Ultimate Edition)

I got opposite issue with rubby project and Idea runs features as cucumber java. Temp solution for me was dissable cucumber java plugin

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM