1

I have a karate 0.9.9.RC3 project with Java 15, tests run correctly if running directly through runner, however if I chose to run through 'mvn test' I get 'nashorn is null' error.

Peter Thomas
  • 54,465
  • 21
  • 84
  • 248
dzoku
  • 67
  • 4

1 Answers1

1

Sounds like you have multiple dependencies in your pom.xml file. Follow this process please: https://github.com/intuit/karate/wiki/How-to-Submit-an-Issue

Peter Thomas
  • 54,465
  • 21
  • 84
  • 248