e2e_tests/previous-work/pytest.ini
Daniel 97ed87c79f [WIP] Add new automated test framework (#1)
Co-authored-by: Daniel <d.brummerloh@gmail.com>
Co-committed-by: Daniel <d.brummerloh@gmail.com>
2023-11-22 21:40:13 +01:00

9 lines
217 B
INI

[pytest]
addopts=--headed -s --setup-show --browser=firefox --tracing=on --screenshot=on --output=results
# --setup-show
log_cli = 1
log_cli_level = INFO
log_file = ./TestResults/test_log.log
log_file_level = INFO