[pytest] testpaths = tests python_files = test_*.py *_test.py python_classes = Test* python_functions = test_* filterwarnings = ignore::DeprecationWarning ignore::UserWarning # BDD plugin settings bdd_features_base_dir = tests/e2e/features bdd_strict_gherkin = false # Add pytest-bdd to installed plugins addopts = --gherkin-terminal-reporter --durations=10 -v --tb=short