We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985230c commit 8161c10Copy full SHA for 8161c10
pyproject.toml
@@ -51,7 +51,7 @@ e2e = [
51
"git submodule sync",
52
"git submodule init",
53
"git submodule update --init",
54
- "cp spec/specification/assets/gherkin/*.feature tests/features/",
+ "cp -r spec/specification/assets/gherkin/. tests/features/",
55
"behave tests/features/",
56
"rm tests/features/*.feature",
57
]
0 commit comments