[ https://issues.apache.org/jira/browse/TINKERPOP-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626188#comment-17626188 ]
pieter martin commented on TINKERPOP-2804: ------------------------------------------ The io files need to be available on the test scoped classpath. Currently they are referring to *../data/* {code:java} java.lang.RuntimeException: java.lang.IllegalStateException: ../data/tinkerpop-modern.kryo does not exist at org.apache.tinkerpop.gremlin.features.StepDefinition.assertThatNoErrorWasThrown(StepDefinition.java:405) {code} > gherkin feature files should be on the classpath > ------------------------------------------------ > > Key: TINKERPOP-2804 > URL: https://issues.apache.org/jira/browse/TINKERPOP-2804 > Project: TinkerPop > Issue Type: Improvement > Components: test-suite > Affects Versions: 3.6.0 > Reporter: pieter martin > Priority: Minor > > Currently implementers needs to access the gherkin features on disc. > It should be available on the classpath. > i.e. gremlin-test/features should be inside the jar > This will allow, > @CucumberOptions(features = { "classpath:/gremlin-test/features" }) -- This message was sent by Atlassian Jira (v8.20.10#820010)