简体   繁体   中英

IntelliJ plugin for cucumber-scala

I am running Cucumber scala project in IntelliJ

IntelliJ IDEA - 13.0.2

I couldn't find separate plugin called cucumber for scala

In my project I am getting cannot resolve message for cucumber as below

在此处输入图片说明

Could see below errors as well

在此处输入图片说明

Existing plugins installed

在此处输入图片说明

What could be the solution

Cheers

You are missing dependencies for cucumber-core and cucumber-scala, please have a look at the documentation and add them to your build.sbt file.

Update: There is a newer version available for sbt-cucumber-plugin (0.8.0): https://github.com/skipoleschris/xsbt-cucumber-plugin . Maybe that solves your problems.

Did you try the gen-idea plugin to create the IntelliJ IDEA project files ?

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