yomitalk / pytest.ini
KyosukeIchikawa's picture
refactor: Update timeout values and remove session recovery steps
680fe5d
[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