We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment: Karate 1.1.0.RC5 | JDK 14 | Maven 3.6.3
Example: Download project, extract and execute maven command mvn clean test -P functional
mvn clean test -P functional
masterList
* def usersKittens = $masterList[*].id
* def allKittens = $masterList[*].id
19:51:44.152 [pool-1-thread-1] ERROR com.intuit.karate - classpath:examples/library.feature:8 * def allKittens = $masterList[*].id java.lang.NullPointerException classpath:examples/library.feature:8
Note: masterList variable is accessible in called feature file as shown here
The text was updated successfully, but these errors were encountered:
resolve variable access in called features #1687
ef6b28b
introduced by #1685
@workwithprashant fixed. closing as for an "in development" version
Sorry, something went wrong.
one more case similar to #1687
10b2532
set
ptrthomas
No branches or pull requests
Environment: Karate 1.1.0.RC5 | JDK 14 | Maven 3.6.3
Example: Download project, extract and execute maven command
mvn clean test -P functional
masterList
variable* def usersKittens = $masterList[*].id
without any issue.* def allKittens = $masterList[*].id
then it throws an error.Note:
masterList
variable is accessible in called feature file as shown hereThe text was updated successfully, but these errors were encountered: