Playwright_Pytest_BDD_Demo/pytest.ini

10 lines
184 B
INI
Raw Normal View History

2024-01-19 18:16:19 +08:00
[pytest]
bdd_features_base_dir = features/
python_files = test_*.py
python_classes = Test*
python_functions = test_*
markers =
smoke: smoke test
integration: integration test