diff --git a/behave.ini b/behave.ini deleted file mode 100644 index ba4ed1bf..00000000 --- a/behave.ini +++ /dev/null @@ -1,2 +0,0 @@ -[behave] -paths = tests/e2e/features \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index fd802c76..eae1134d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,6 +56,9 @@ distribution = true source = "file" path = "src/version.py" +[tool.behave] +paths = ["tests/e2e/features"] + [project.scripts] lightspeed-stack = "lightspeed_stack:main"