Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: test
Browse files Browse the repository at this point in the history
Anton Baliasnikov committed Dec 12, 2022
1 parent 0c2e7ce commit 0b2a596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e-tests/src/test/kotlin/runners/E2eTestsRunner.kt
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ import org.junit.runner.RunWith

@CucumberOptions(
features = [
"src/test/resources/features/did"
"src/test/resources/features"
],
glue = ["features", "extentions"],
snippets = CucumberOptions.SnippetType.CAMELCASE,

0 comments on commit 0b2a596

Please sign in to comment.