You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@pshrm tested after the changes to #751 (see last few comments) and seems to work fine when I built from develop. yes 0.9.5.RC1 has the issue. closing.
This fails on Windows but works on macOS with karate-0.9.5.RC1.jar
Feature: TestFeature
Scenario: Test
Given def logException = call read('classpath:sub.feature')
java -classpath karate-0.9.5.RC1.jar;. com.intuit.karate.Main main.feature
Same setup works with karate-0.9.4.jar on Windows as well.
java -classpath karate-0.9.4.jar;. com.intuit.karate.Main main.feature
Please find attached feature/bat files
karate.zip
The text was updated successfully, but these errors were encountered: