I am creating a karate automation framework and have a karate-config.js file in the framework. When I try to declare anything using var
or try to use the karate
keyword it is showing me warnings:
'var' is used instead of 'let' or 'const' unresolved variable of type karate.
Because of this I am not able to use env variables. How do I resolve this?
I am expecting the keywords to be identified by the framework. Am I missing some plugin or dependency in the IDE? The same project when I share it with my teammates is working fine in their systems.