Skip to content

Commit

Permalink
chore: return other scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Baliasnikov committed Jun 22, 2023
1 parent 299040c commit 835dd3d
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
Expand Up @@ -6,7 +6,7 @@ import org.junit.runner.RunWith

@CucumberOptions(
features = [
"src/test/resources/features/present_proof",
"src/test/resources/features",
],
glue = ["features"],
snippets = CucumberOptions.SnippetType.CAMELCASE,
Expand Down

0 comments on commit 835dd3d

Please sign in to comment.