-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpytest.ini
More file actions
25 lines (20 loc) · 724 Bytes
/
Copy pathpytest.ini
File metadata and controls
25 lines (20 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[pytest]
addopts = --alluredir=temps/allure-results --clean-alluredir --strict-markers
testpaths =
pytest_demo/tests
robot_demo/calculator/tests
python_files = test_*.py
python_functions = test_*
markers =
ai: AI-generated Playwright test script
ui: UI or end-to-end test
api: API or backend integration test
unit: unit-level test
ddt: data-driven test
debug: work-in-progress or debugging-focused test
playwright: Playwright-based UI test
qtest_id(id): qTest test case id used by the pytest qTest reporting hook
log_file = temps/allure-results/log/pytest.log
log_file_level = info
log_file_format = %(asctime)s %(levelname)s %(message)s
log_file_date_format = %Y-%m-%d %H:%M:%S