[
https://issues.apache.org/jira/browse/TINKERPOP-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640954#comment-17640954
]
ASF GitHub Bot commented on TINKERPOP-2804:
-------------------------------------------
vkagamlyk commented on PR #1878:
URL: https://github.com/apache/tinkerpop/pull/1878#issuecomment-1331366804
.net local test run without docker: `System.IO.DirectoryNotFoundException :
Could not find a part of the path
'C:\_Projects\tinkerpop-apache\gremlin-test\features'.`
because
https://github.com/apache/tinkerpop/blob/3.6-dev/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/GherkinTestRunner.cs#L385
> 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)