Search code examples
intellij-ideakarate

Unable to navigate to any other file in intellij for karate tests


I want to jump to landingPageLocators.json file by click on landingPage in below line inside intellij IDE

Then waitFor(landingPage.mainHeading)

my landingPageLocators.json looks like below:

    { landingPage : {
          "mainHeading" : "//div"
         }
    }

It is very difficult to know from which file this code is coming inside feature file. In java we can easily navigate to file by clicking ctrl+click on file name.

Why don't it happen in karate tests. I am using IntelliJ


Solution

  • This level of IDE support is not yet supported in the IntelliJ plugin. It is on the roadmap.