Skip to content
New issue

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

Standalone jar: Calling a feature file from a feature file fails on Windows #887

Closed
pshrm opened this issue Aug 29, 2019 · 1 comment
Closed

Comments

@pshrm
Copy link

pshrm commented Aug 29, 2019

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

@ptrthomas
Copy link
Member

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants