Feature: API Testing feature
Background:
* configure logPrettyRequest = true
* configure logPrettyResponse = true
* def data = call read('classpath:Features/GetData.feature')
* print data // prints the data as expected.
@setup
Scenario: get Data from
* print "data ==> ",data
Getting Below error when printing data variable in setup scenario.
org.graalvm.polyglot.PolyglotException: ReferenceError: "data" is not defined
is this feature supported by karate?